galactics / beyond

Flight Dynamic Library
MIT License
49 stars 8 forks source link

Timescales as timezones #25

Open galactics opened 6 years ago

galactics commented 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