[Datetime-SIG] naive DateTime, aware DateTime, precise DateTIme

Ethan Furman ethan at stoneleaf.us
Thu Jul 30 20:33:33 CEST 2015


Instead of making a new timedelta object, which, after all, represents exactly what it says, why don't we make a new DateTime and Time that do the duration arithmetic?

Anyone who wants that behaviour has to explicitly use the type so there would be no backwards compatibility issues with the existing DateTime, Time, or timedelta objects.

--
~Ethan~


More information about the Datetime-SIG mailing list