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
Find a better way to deal with leap seconds in the companion Python library. Currently, the library has the number of leap seconds hard-coded. It would be better to find a solution that automatically extracts that information from the leap second table in the zoneinfo database.
The current method will continue working until the next leap second is inserted.
The text was updated successfully, but these errors were encountered:
Find a better way to deal with leap seconds in the companion Python library. Currently, the library has the number of leap seconds hard-coded. It would be better to find a solution that automatically extracts that information from the leap second table in the zoneinfo database.
The current method will continue working until the next leap second is inserted.
The text was updated successfully, but these errors were encountered: