[Python-bugs-list] [ python-Bugs-680864 ] test_datetime fails for non-unix epoch

SourceForge.net noreply@sourceforge.net
Wed, 05 Feb 2003 05:15:49 -0800


Bugs item #680864, was opened at 2003-02-05 14:15
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=680864&group_id=5470

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Tim Peters (tim_one)
Summary: test_datetime fails for non-unix epoch

Initial Comment:
test_datetime fails on Mac OS 9 in test_tzinfo_fromtimestamp, it seems to be depending on the Unix epoch of 1970:

timestamp = 1000000000  #  2001-09-09 01:46:40 UTC, give or take

The mac epoch is 1-jan-1904, localtime (sic!).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=680864&group_id=5470