]> granicus.if.org Git - python/commit
Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 14 Jun 2012 02:15:26 +0000 (22:15 -0400)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>
Thu, 14 Jun 2012 02:15:26 +0000 (22:15 -0400)
commitc142bba2a7ead80b99aef44b3dca06e2a4be4923
tree9ead9517a479f4d9634014fd3d1f34e8b37cc9b5
parentf6a899fe6d39b5447abc5966a3dfe386b9d6656e
Issue #1667546: On platforms supporting tm_zone and tm_gmtoff fields
in struct tm, time.struct_time objects returned by time.gmtime(),
time.localtime() and time.strptime() functions now have tm_zone and
tm_gmtoff attributes.  Original patch by Paul Boddie.
Doc/library/time.rst
Lib/_strptime.py
Lib/test/test_structseq.py
Lib/test/test_time.py
Misc/NEWS
Modules/timemodule.c