2
對谷歌的AppEngine(http://shell.appspot.com/):是否有一個平臺不可知的time.gmtime實現?
>>> time.gmtime(1000*365*24*60*60)
(2969, 5, 3, 0, 0, 0, 2, 123, 0)
MacOSX上:
>>> time.gmtime(1000*365*24*60*60)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: timestamp out of range for platform time_t
是有一個平臺無關的實現time.gmtime的?
什麼版本的Python在Mac OS X上使用? BTW:在Python 3.1.1 Win32上不會拋出異常。 – iamamac 2009-12-29 17:23:02
@_jeremy,你最好描述一下你正在試圖解決的問題,而不是要求你解決這個問題的方法。你想用這些數據做什麼? – 2009-12-29 18:31:50