cullophid / date-fp

Functional programming date manipulation library
121 stars 17 forks source link

Timezone Support #26

Closed cullophid closed 8 years ago

cullophid commented 8 years ago

Currently the library has no functionality related to time zones.

svozza commented 8 years ago

This feels like it could be quite tricky given how awful timezone support is in JavaScript. I guess we can provide a function to increment the hours on a date using a timezone string but the user will have to specify whether it's DST or not if we want to keep the function pure.