time.utcoffset()
If tzinfo
is None
, returns None
, else returns self.tzinfo.utcoffset(None)
, and raises an exception if the latter doesn’t return None
or a timedelta
object representing a whole number of minutes with magnitude less than one day.
Please login to continue.