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
When FindZoneTransition was implemented (see #30405), go did not have any way to find the time zone transition bound, which has now been added to go 1.19.
This enhancement is to make use of the ZoneBounds() function instead of non-optimal search function in FindZoneTransition
The text was updated successfully, but these errors were encountered:
Enhancement
When FindZoneTransition was implemented (see #30405), go did not have any way to find the time zone transition bound, which has now been added to go 1.19.
This enhancement is to make use of the ZoneBounds() function instead of non-optimal search function in FindZoneTransition
The text was updated successfully, but these errors were encountered: