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
Since Python 3.7, the tzinfo class supports sub-minute UTC offset. This opens the possibility to use tzinfo for timescale conversions directly, and drop the actual implementation.
Only possible if the support for python 3.5 and 3.6 are dropped
Since Python 3.7, the tzinfo class supports sub-minute UTC offset. This opens the possibility to use tzinfo for timescale conversions directly, and drop the actual implementation.
Only possible if the support for python 3.5 and 3.6 are dropped