mde / timezone-js

DEPRECATED: Timezone-enabled JavaScript Date object. Uses Olson zoneinfo files for timezone data.
824 stars 183 forks source link

Updating README with directions for getting Olson files #42

Closed jgable closed 12 years ago

jgable commented 12 years ago

It was hard for me to figure out how to get the latest Olson files. I've added a snippet of the commands you use in the jake test:init to get the time zone files.

This should help people who are struggling with where to find the time zone files.

jgable commented 12 years ago

Good catch. Also fixed the original jake task command.

longlho commented 12 years ago

Nice work :) Thanks