[tahoe-lafs-trac-stream] [tahoe-lafs] #2038: look for any Y2038 problems in Tahoe-LAFS or its dependencies
tahoe-lafs
trac at tahoe-lafs.org
Fri Jul 26 21:39:40 UTC 2013
#2038: look for any Y2038 problems in Tahoe-LAFS or its dependencies
------------------------+-----------------------------------
Reporter: daira | Owner:
Type: defect | Status: new
Priority: normal | Milestone: undecided
Component: code | Version: 1.10.0
Resolution: | Keywords: time twisted foolscap
Launchpad Bug: |
------------------------+-----------------------------------
Comment (by daira):
Linux Mint (64-bit):
{{{
$ uname -a
Linux katava 3.2.0-4-amd64 #1 SMP Debian 3.2.32-1 x86_64 GNU/Linux
$ python
Python 2.7.3rc2 (default, Apr 22 2012, 22:30:17)
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from datetime import datetime
>>> datetime(1L<<31)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OverflowError: signed integer is greater than maximum
}}}
I'm not going to set my date to 2038 on my working desktop to test this
more thoroughly :-). Anyone have a spare VM they want to do that on?
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2038#comment:5>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list