25 May
2001
25 May
'01
10:49 a.m.
--- i've got this problem with the date-value 2039/01/05. Nearby this value it seems to be a python-time-limit! Is this changed with 2.0 and when not what can you do?? Tell your customer not to think about the future ;-) --- this is the end of the world on 32bits machines (the unix time being the number of milliseconds from jan 01, 1970) and this number is going to overflow by 2038. you have a (lot) of material on the net adressing this issue, go for google... $ven