cullophid / date-fp

Functional programming date manipulation library
121 stars 17 forks source link

Fix get timeZoneOffset test #43

Closed TheLudd closed 8 years ago

TheLudd commented 8 years ago

Make sure to check that the timezone offset to compare with is retreived from the input date since the offset may vary during the year.

TheLudd commented 8 years ago

Fixes #42

svozza commented 8 years ago

LGTM.