]> granicus.if.org Git - python/commit
SF bug 680864: test_datetime fails for non-unix epoch
authorTim Peters <tim.peters@gmail.com>
Thu, 6 Feb 2003 16:42:14 +0000 (16:42 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 6 Feb 2003 16:42:14 +0000 (16:42 +0000)
commit844076122e5d7a5aeab8089dd2fb91bfd47596a2
treee56aa77c0b349237d620f0984aa91f7e05306b24
parentcc1fccbc1c73937ce8b45ba673c63d0230ee4fb5
SF bug 680864:  test_datetime fails for non-unix epoch
Apparently MAC OS 9 doesn't have POSIX-conforming timestamps.  A test
fails as a result, but at least for this specific test it's easy enough
to get the POSIX epoch out of it.
Lib/test/test_datetime.py