<p dir="ltr">On Oct 13, 2015 3:49 PM, "Chris Barker" <<a href="mailto:chris.barker@noaa.gov">chris.barker@noaa.gov</a>> wrote:<br>
><br>
[...]<br>
> However, numpy datetime is optimized for compact storage and fast computation of absolute deltas (actual hours, minutes, seconds... not calendar units like "the next day" ). </p>
<p dir="ltr">Except that ironically it actually can't compute absolute deltas accurately with one second resolution, because it does the POSIX time thing of pretending that all UTC days have the same number of seconds, even though this is not true (leap seconds).</p>
<p dir="ltr">This isn't really relevant to anything else in this thread, except as a reminder of how freaky date/time handling is.</p>
<p dir="ltr">-n</p>