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
Describe the bug
The code that checks time zones for JsonOptions, which is what is used by JsonScan looks specifically if a timestamp is being read, but there are other more generic checks for JsonToStructs where it just looks if a non-utc timezone is set or not. This makes it so we fall back for all situations where there is an unsupported timezone set, even if that timezone would never be used.
The text was updated successfully, but these errors were encountered:
Describe the bug
The code that checks time zones for JsonOptions, which is what is used by JsonScan looks specifically if a timestamp is being read, but there are other more generic checks for JsonToStructs where it just looks if a non-utc timezone is set or not. This makes it so we fall back for all situations where there is an unsupported timezone set, even if that timezone would never be used.
The text was updated successfully, but these errors were encountered: