Hacker News new | ask | show | jobs
by synx508 4123 days ago
Quite pretty but I can't figure out why anyone would invent their own non-ISO date format and then have to write a parser for it. Is it really so hard to start with the year?
1 comments

Exactly my thought. I would just go with real date objects instead of a string representation at all.