You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 20, 2022. It is now read-only.
In the LocalToUtc function, I originally added a special case for Australia/Lord_Howe, which uses a 30-minute DST bias instead of 60.
On second thought, this is probably not so great because there are time zone transitions than just for DST. This should be re-written to not require any foreknowledge.
In the
LocalToUtcfunction, I originally added a special case forAustralia/Lord_Howe, which uses a 30-minute DST bias instead of 60.On second thought, this is probably not so great because there are time zone transitions than just for DST. This should be re-written to not require any foreknowledge.