Hacker News new | ask | show | jobs
by jes5199 4325 days ago
That one reminds me of the system I worked on years ago that wouldn't accept credit cards that expired in August or September (of any year).
1 comments

I bet it was a Javascript system that tried to interpret month numbers of 08 and 09 as octal because of the leading zero. Am I close?