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
# Rationale for this change
Arrow displays inconsistent behavior when instantiating timestamp record
columns which include timezones. It is observed that "00:00" is
interpreted as a valid timezone string by arrow, but "+00:00" is.
# What changes are included in this PR?
This PR simply updates the display impl for timezone to match this
expectation.
# Are these changes tested?
yes
0 commit comments