162 PROC. OF THE 19th PYTHON IN SCIENCE …

in datetime.datetime), and an assert_almost_equal helper which uses hypothesis.target() to guide the search process towards larger errors. These tests found that round-trip conversions could be off by up to twenty microseconds over several centuries12 due to loss of precision in datetime.timedelta.total_seconds(). ................
................