logoalt Hacker News

caymanjimtoday at 5:42 AM0 repliesview on HN

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.