sproutsocial / walltime-js

A JavaScript library for easily translating a UTC time to a "Wall Time" for a particular time zone.
MIT License
121 stars 12 forks source link

How to properly update the eggert/tz olson rules #52

Open CoryDanielson opened 7 years ago

CoryDanielson commented 7 years ago

Manually clone the eggert/tz repo into your client/olson directory.

git clone git@github.com:eggert/tz.git client/olson

Running git submodule init && git submodule update doesn't seem to pull down the latest from eggert/tz.