timezone-js icon indicating copy to clipboard operation
timezone-js copied to clipboard

Fix bug in findApplicableRules: ruleset start/end years might be strings

Open sdemjanenko opened this issue 10 years ago • 0 comments

Doing a === check assumes its an int which is not safe. If one uses the node-preparse.js script you will get strings returned for these fields.

sdemjanenko avatar Apr 15 '15 20:04 sdemjanenko