On Fri, Mar 21, 2014 at 5:31 PM, Chris Barker <chris.bar...@noaa.gov> wrote:

> But this brings up a good point -- having time zone handling fully
> compatible ith datetime.datetime would have its advantages.


I don't know if everyone is aware of this, but Python stdlib has support
for fixed-offset timezones since version 3.2:

http://docs.python.org/3.2/whatsnew/3.2.html#datetime-and-time

It took many years to bring in that feature, but now we can benefit from
not having to reinvent the wheel.

I will try to write up some specific proposal this weekend.
_______________________________________________
NumPy-Discussion mailing list
NumPy-Discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to