Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
joezydeco
on May 21, 2012
|
parent
|
context
|
favorite
| on:
Start sending dates the right way (aka The ISO8601...
What do we do about date calculations that cross an epoch wrap?
Corun
on May 21, 2012
[–]
Signed 64 bit seconds since epoch is enough.
joezydeco
on May 21, 2012
|
parent
[–]
Is the whole Internet on 64-bit time_t now? Will they all be by 2038? I'm guessing we won't know that answer until 2037...
sanxiyn
on May 21, 2012
|
root
|
parent
|
next
[–]
x32 ABI, which got merged in newly released Linux 3.4, defines time_t to be 64-bit. I am starting to feel hopeful that we will be better prepared.
joezydeco
on May 21, 2012
|
root
|
parent
|
next
[–]
That's cool for Linux, going forward. Now we just have to take care of all the old mainframes and legacy system that will never get their O/S updated...
nickzoic
on May 22, 2012
|
root
|
parent
|
prev
[–]
We won't know until 1901 ...
>>> datetime.datetime.utcfromtimestamp(-2**31) datetime.datetime(1901, 12, 13, 20, 45, 52)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: