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
hey Matti - thank you for the good bug. I think i know what is happening, and it is crazy.
There's some ambiguity when parsing a iso timezone. We get '+05:30' and we try to match it to the most appropriate iana code. We let users clear this up with spacetime(iso, tz).
There are cases when those two timezones don't line up - and we flail around trying to guess timezones.
I think that's what's happening here.
can you confirm that this produces the correct results?
oh - yup, this is a dupe of #235
sorry for my code-blindness yeterday
i'm working on a fix. it requires a re-write. Hope to have it ready in a couple weeks, atleast as a beta
thanks for your patience. the offsets will only be off by an hour, within an hour of a dst change
cheers
Hello,
I checked if there are any problems related to DST 2023 in
Europe/Helsinki
and there seem to be some.My test code:
Results:
Is there something I could do to get expected results?
Thank you.
The text was updated successfully, but these errors were encountered: