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
128 the input date has a timezone of ``-0000``, the ``datetime`` will be a naive
130 time in UTC but with no indication of the actual source timezone of the
131 message the date comes from. If the input date has any other valid timezone
133 corresponding a :class:`~datetime.timezone` :class:`~datetime.tzinfo`.
141 timestamp (seconds since the Epoch). If the timezone item in the
156 returns a date relative to the local timezone instead of UTC, properly taking
161 timezone as an ascii string ``GMT``, rather than a numeric ``-0000``. This is
170 source timezone", and the conventional ``-0000`` is used for the timezone.
171 If it is an aware ``datetime``, then the numeric timezone offset is used.
172 If it is an aware timezone with offset zero, then *usegmt* may be set to
174 timezone offset. This provides a way to generate standards conformant HTTP
216 .. [#] Note that the sign of the timezone offset is the opposite of the sign of the
217 ``time.timezone`` variable for the same timezone; the latter variable follows