]> granicus.if.org Git - python/commit
Beefed up timezone support. UTC and GMT are now always recognized timezones
authorBrett Cannon <bcannon@gmail.com>
Sun, 11 May 2003 06:23:36 +0000 (06:23 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 11 May 2003 06:23:36 +0000 (06:23 +0000)
commit172d9ef47eafe6982c2c885353af761256e7b409
tree145629dd55cb43474872592c82194da5cc6e16ed
parentc2409b4f5a9158bd11999c5c210c7533e576dc42
Beefed up timezone support.  UTC and GMT are now always recognized timezones
with values of 0.  Also now check time.daylight to see if time.tzname[1]
should be used in timezone checking.
Lib/_strptime.py
Lib/test/test_strptime.py