Lines Matching refs:timezone
118 :func:`time.mktime`, and the tenth is the offset of the date's timezone from UTC
120 has no timezone, the last element of the tuple returned is ``0``, which represents
129 as an hour greater than 23 or a timezone offset not between -24 and 24 hours.
130 If the input date has a timezone of ``-0000``, the ``datetime`` will be a naive
132 time in UTC but with no indication of the actual source timezone of the
133 message the date comes from. If the input date has any other valid timezone
135 corresponding a :class:`~datetime.timezone` :class:`~datetime.tzinfo`.
143 timestamp (seconds since the Epoch). If the timezone item in the
158 returns a date relative to the local timezone instead of UTC, properly taking
163 timezone as an ascii string ``GMT``, rather than a numeric ``-0000``. This is
172 source timezone", and the conventional ``-0000`` is used for the timezone.
173 If it is an aware ``datetime``, then the numeric timezone offset is used.
174 If it is an aware timezone with offset zero, then *usegmt* may be set to
176 timezone offset. This provides a way to generate standards conformant HTTP
218 .. [#] Note that the sign of the timezone offset is the opposite of the sign of the
219 ``time.timezone`` variable for the same timezone; the latter variable follows