mde / timezone-js

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

Load an unloaded zone file linked from the backward file #167

Closed JamieRuderman closed 9 years ago

JamieRuderman commented 9 years ago

We ran into a bug trying to load Antarctica/South_Pole. It was not being lazy loaded because the linked zone was in the backward file and wasn't already loaded. Now it will load from a link the the backward file. Thanks!

houqp commented 9 years ago

good catch, could you write a simple test for it too?

JamieRuderman commented 9 years ago

Yes indeed. Good idea... added.

mde commented 9 years ago

@JamieRuderman, I've added you as a collaborator -- feel free to merge this when ready!

JamieRuderman commented 9 years ago

Thank you for your trust and confidence. ;)