logoalt Hacker News

vmilnertoday at 12:39 AM2 repliesview on HN

"And so the Y10K problem was born"


Replies

caymanjimtoday at 5:42 AM

I just had a Y10K problem. Customer data was using 9999-12-31 23:59:59 as a placeholder value, and our app crashed converting from the customer's timezone to UTC. I learned that Python datetime can't handle Y10K.

IKnowComputertoday at 1:20 AM

I’d better go brush up on my COBOL

show 1 reply