tolu / ISO8601-duration

Node/Js-module for parsing and making sense of ISO8601-durations
92 stars 10 forks source link

Account for timezone offset between times #34

Closed tolu closed 11 months ago

tolu commented 11 months ago

Tests were failing against Temporal since I did not account for timezone offsets between start and end time.

Specifically durations that span a summertime/wintertime shift were off by 1h.