Hello!
On Tuesday 12 May 2009 01:45:13 Tom Jackson wrote:
> Okay, I have another idea: try python, which probably uses the platform
> API where we think the bug exists:
>
> $ python
> >>> from time import gmtime, strftime
> >>> strftime("%a, %d %b %Y %H:%M:%S GMT", gmtime(0))
> 'Thu, 01 Jan 1970 00:00:00 GMT'
> >>>
This work correct:
$ python
Python 2.5.2 (r252:60911, Jan 4 2009, 17:40:26)
[GCC 4.3.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from time import gmtime, strftime
>>> strftime("%a, %d %b %Y %H:%M:%S GMT", gmtime(0))
'Thu, 01 Jan 1970 00:00:00 GMT'
>>>
Best regards, Alexey Pechnikov.
http://pechnikov.tel/
--
AOLserver - http://www.aolserver.com/
To Remove yourself from this list, simply send an email to
<[email protected]> with the
body of "SIGNOFF AOLSERVER" in the email message. You can leave the Subject:
field of your email blank.