Hacker News new | ask | show | jobs
by nl 29 days ago
> Maybe some madman that could explain the initial implementation of the Calendar classes.

java.util.Date (which was all there was until I think Java 1.3?) was truly terrible and apparently was written by an intern at Sun.

java.util.Calendar was a mess and horrible to use but mostly correct.