[Numpy-discussion] review request: introductory datetime documentation

Charles R Harris charlesr.harris at gmail.com
Fri Jul 1 09:20:22 EDT 2011


On Fri, Jul 1, 2011 at 5:01 AM, Neal Becker <ndbecker2 at gmail.com> wrote:

> Just trying it out with 1.6:
>
>  np.datetime64('now')
> Out[6]: 2011-07-01 00:00:00
>
> I get

In [1]: datetime64('now')
Out[1]: numpy.datetime64('2011-07-01T07:18:35-0600')

You need the development branch for trials, Mark has made a lot of
fixingup/changes to datetime that aren't in 1.6.

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110701/24b3d8ad/attachment.html>


More information about the NumPy-Discussion mailing list