Author haypo
Recipients amaury.forgeotdarc, blais, haypo, loewis
Date 2009-01-29.23:48:38
SpamBayes Score 1.61091e-07
Marked as misclassified No
Message-id <1233272919.67.0.876686193801.issue1726687@psf.upfronthosting.co.za>
In-reply-to
Content
> But negative time_t are still not allowed by the Microsoft CRT, 
> the tests fail.
> (...)
> is this a bug or a feature request?

Linux mktime() supports any timestamp from 1901..2038. Should we limit 
the timestamp to 1970 just because of Microsoft? Test tm_wday fixes a 
bug on Linux and doesn't change the behaviour on Windows. So the 
problem is just the unit test: the test should be different on Windows 
(make sure that -1 raises an error).
History
Date User Action Args
2009-01-29 23:48:40hayposetrecipients: + haypo, loewis, amaury.forgeotdarc, blais
2009-01-29 23:48:39hayposetmessageid: <1233272919.67.0.876686193801.issue1726687@psf.upfronthosting.co.za>
2009-01-29 23:48:38haypolinkissue1726687 messages
2009-01-29 23:48:38haypocreate