Message390483
Is there high enough demand for nanoseconds in datetime and time instances?
How often nanosecond timestamps contain anything other than 0s or garbage in the last three digits?
In my experience, all people want to do with such timestamps is to convert them to something expressed in hours, minutes and seconds rather than just a huge number of seconds and back without loosing the value.
A timedelta is almost always a decent replacement for either datetime or time in those cases and sometimes it is even preferable because arithmetically it is closer to numbers. |
|
Date |
User |
Action |
Args |
2021-04-07 21:46:00 | belopolsky | set | recipients:
+ belopolsky, lemburg, tim.peters, mark.dickinson, vstinner, giampaolo.rodola, pythonhacker, Arfrever, r.david.murray, andrewclegg, python-dev, Ramchandra Apte, Eli_B, serhiy.storchaka, goshawk, Niklas.Claesson, mdcb808@gmail.com, scoobydoo, tomikyos, p-ganssle, anglister |
2021-04-07 21:46:00 | belopolsky | set | messageid: <1617831960.37.0.89940280644.issue15443@roundup.psfhosted.org> |
2021-04-07 21:46:00 | belopolsky | link | issue15443 messages |
2021-04-07 21:46:00 | belopolsky | create | |
|