]> granicus.if.org Git - python/commit
Added tests that conversion to our own timezone is always an identity,
authorTim Peters <tim.peters@gmail.com>
Mon, 30 Dec 2002 17:37:30 +0000 (17:37 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 30 Dec 2002 17:37:30 +0000 (17:37 +0000)
commit31cc3156e7651170407a9ce7211313910acb23fe
tree47eea29dc083bb65427e3e163d309f1284cf4897
parentba97659f5fedddac67587a0da94f486fd920cfb0
Added tests that conversion to our own timezone is always an identity,
and that conversion to "timezone" None is the same as stripping the
tzinfo member.
Lib/test/test_datetime.py