Message284264
Can recreate successfully on windows, but not on linux:
> C:\Python36\python.exe -c "import datetime; datetime.datetime.fromtimestamp(42)"
Traceback (most recent call last):
File "<string>", line 1, in <module>
OSError: [Errno 22] Invalid argument
> C:\Python36\python.exe
Python 3.6.0 (v3.6.0:41df79263a11, Dec 23 2016, 08:06:12) [MSC v.1900 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import datetime; datetime.datetime.fromtimestamp(42)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [Errno 22] Invalid argument |
|
Date |
User |
Action |
Args |
2016-12-29 14:15:05 | ammar2 | set | recipients:
+ ammar2, SilentGhost, pekka.klarck |
2016-12-29 14:15:05 | ammar2 | set | messageid: <1483020905.84.0.518337021652.issue29097@psf.upfronthosting.co.za> |
2016-12-29 14:15:05 | ammar2 | link | issue29097 messages |
2016-12-29 14:15:05 | ammar2 | create | |
|