timezone-js
timezone-js copied to clipboard
Fix bug in findApplicableRules: ruleset start/end years might be strings
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.