Open galactics opened 6 years ago
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