On Thu, Mar 20, 2014 at 4:16 AM, Nathaniel Smith <njs@pobox.com> wrote:
Your NEP suggests making all datetime64s be in UTC, and treating string representations from unknown timezones as UTC. How does this differ from, and why is it superior to, making all datetime64s be naive?
This came up in the conversation before -- I think the fact is that a 'naive' datetime and a UTC datetime are almost exactly the same. In essence you can use a UTC datetime and pretend it's naive in almost all cases.The difference comes down to I/O.