In python/importlib_metadata#533, we're learning how important sub-microsecond precision of timedeltas is.
I did a bit of research and it sounds like the attotime library might provide the desired precision. It doesn't provide parsing support, though, so we'll probably want to expand tempora with some parsing support for attotime objects.
In python/importlib_metadata#533, we're learning how important sub-microsecond precision of timedeltas is.
I did a bit of research and it sounds like the
attotimelibrary might provide the desired precision. It doesn't provide parsing support, though, so we'll probably want to expandtemporawith some parsing support forattotimeobjects.