get_fixed_timezone(offset)
[source]
Returns a tzinfo
instance that represents a time zone with a fixed offset from UTC.
offset
is a datetime.timedelta
or an integer number of minutes. Use positive values for time zones east of UTC and negative values for west of UTC.
Please login to continue.