63 private links
A good reminder that the JavaScript Date API is very error prone.
Date parsing is generally complicated... In JavaScript it is just insane.
Interesting way to look at solving recurrence rules in iCal.
Finally some sane API to deal with date and time in JavaScript? Maybe, we'll see...
Good reminder that the raw UNIX timestamps have interesting properties and often are enough not necessarily needing to rely on something more complex. Also gives nice criteria for picking between said timestamps and higher level types.
A database we take for granted... but if you look in the margins it's full of history and very well crafted.
A good proof that it's still possible to innovate with interesting performance gains for rather mundane tasks. If you're into calendars this is an interesting read.
It's comiiing! OK... not quite yet. But if that prevents your sleep here is an easy way to check.
Dates are important, they can also be complicated. When unsure about how a format works this page can help.