Think about abandoning timezone abbreviations map in my.core.time
karlicoss opened this issue · 2 comments
With the DST shift in the UK, DST
fails to parse, because the current version of the provider depends on 'current time'.
Line 8 in a946e23
While it's possible to get rid of this, TZ abbreviations are inherently ambiguous, so there is no way to guess this correctly without user overrides.
Perhaps the best is to just treat them as local time, and rely on the location provider #96
Had a similar issue seanbreckenridge/HPI@07e0a2d
We properly worked around it google_takeout_export
(still hacky with force_abbreviations
etc, but using abbreviations is inherently flaky, so not much we can do)
I ported the implementation from google_takeout_export
into
Lines 50 to 59 in 5799c06