Comment on Python Enhancement Proposal 495: Local Time DisambiguationComments−Marazan11yIn general any solution to datetimes that doesn't involve the time being in UTC is solving thew wrong problem.−akvadrako11yI would disagree. UTC is ambiguous and unpredictable. Computers should really be based on GPST (seconds since 1980-Jan-6 UTC).−ubernostrum11yIf you want to be pedantic about getting rid of unpredictability in your time measurement, use TAI.−heinrich599111yThat's defined as TAI minus some seconds, just go for TAI. :)
Comments
In general any solution to datetimes that doesn't involve the time being in UTC is solving thew wrong problem.
I would disagree. UTC is ambiguous and unpredictable. Computers should really be based on GPST (seconds since 1980-Jan-6 UTC).
If you want to be pedantic about getting rid of unpredictability in your time measurement, use TAI.
That's defined as TAI minus some seconds, just go for TAI. :)