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
Not sure about this, because in the context of TOML, every timestamp value is assured to be Z. So it feels right for the tzinfo of our datetime objects to be singleton, i.e., locked to None.
I can understand your hesitation. If you read this and you still think that assuming UTC is correct, then feel free to close this. I just try to avoid naive datetimes as much as possible.
Since the timezone is specified in the parsed datetime, the datetime should have the timezone (UTC) specified.
The text was updated successfully, but these errors were encountered: