Skip to content
Alan Gutierrez edited this page Apr 13, 2011 · 2 revisions

Timezone is a library for Node.js and the browser that

  1. correctly implement timezones using the Olson tz database,
  2. formats and parses dates according to locale and timezone, while
  3. using Date objects but leaving the Date prototype unmolested.

You can follow my reasoning on Timezone by reading my Concerns and Decisions about the project.

Clone this wiki locally