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
I'm using FixedOffset for parsing from txt and Local to obtain it from system. Seems there is no way to convert from first to second and vice versa. The only choice I have left is to use UTC. Is it by design?
The text was updated successfully, but these errors were encountered:
Directly from one to the other must currently be done via UTC. There is a PR to add From impls in various directions, but it is ancient and no longer works.
I'm using FixedOffset for parsing from txt and Local to obtain it from system. Seems there is no way to convert from first to second and vice versa. The only choice I have left is to use UTC. Is it by design?
The text was updated successfully, but these errors were encountered: