marnusw / date-fns-tz

Complementary library for date-fns v2 adding IANA time zone support
MIT License
1.08k stars 116 forks source link

Document and test behaviour when zoned time is set at daylight saving changeover #221

Open mcshaz opened 1 year ago

mcshaz commented 1 year ago

The testing of behaviour (and some code documenting with comments in the test) is solved by https://github.com/marnusw/date-fns-tz/pull/220

I can write some docs, but before then it must be clear that the current implementation is indeed the intended behaviour - which I believe is not currently correct as detailed in issue #222.