Hacker News new | ask | show | jobs
by williamjackson 4952 days ago
Use `man calendar` for details on the file format. It's more of an "on this day in history" type list than actual timeline.

The data itself (LOTR dates) first appeared in 4.4BSD (though it was part of the file `calendar.history` [ http://svnweb.freebsd.org/base/stable/2.0.5/usr.bin/calendar... ]), and has since passed to FreeBSD (where the LOTR dates were split off into a separate file [ http://svnweb.freebsd.org/base?view=revision&revision=11... ]) and subsequently Mac OS X.

1 comments

man calendar says its month/day... http://www-sbras.nsc.ru/cgi-bin/www/unix_help/man-cgi?calend... oh, you mean the adventure took place over more than one calendar year, and so without the years, the high bit of the ordering is lost, and the dates wrap around.
About the format it says "Other lines should begin with a month and day. They may be entered in almost any format, either numeric or as character strings." So "month/day" isn't a requirement.

And there's no reason the dates can't be placed in their true order--calendar.ubuntu is ordered by version number and calendar.debian has multiple groups of dates ordered by year.