summaryrefslogtreecommitdiff
path: root/doc/source/reference/arrays.datetime.rst
Commit message (Collapse)AuthorAgeFilesLines
* API: Make datetime64 timezone naiveStephan Hoyer2016-01-151-25/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes GH3290 With apologies to mwiebe, this rips out most of the time zone parsing from the datetime64 type. I think we mostly sorted out the API design in discussions last year, but I'll be posting this to the mailing list shortly to get feedback. Old behavior: # string parsing and printing defaults to your local timezone :( >>> np.datetime64('2000-01-01T00') numpy.datetime64('2000-01-01T00:00-0800','h') New behavior: # datetime64 is parsed and printed as timezone naive >>> np.datetime64('2000-01-01T00') numpy.datetime64('2000-01-01T00','h') # you can still supply a timezone, but you get a deprecation warning >>> np.datetime64('2000-01-01T00Z') DeprecationWarning: parsing timezone aware datetimes is deprecated; this will raise an error in the future numpy.datetime64('2000-01-01T00','h')
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
| | | | Now is as good a time as any with open PR's at a low.
* DOC: Add a section documenting 1.6/1.7 datetime64 differencesMark Wiebe2012-05-011-0/+127
|
* DOC: label datetime support as experimental. Closes #2072.Ralf Gommers2012-03-301-0/+3
|
* DOC: datetime: Update the docs to reflect busday_count changeMark Wiebe2011-07-191-2/+1
|
* DOC: datetime: hyperlink busday_count and is_busday functions in datetime docMark Wiebe2011-07-191-2/+2
|
* DOC: datetime: Add additional tutorial information.Steve R. Hastings2011-07-191-27/+95
|
* DOC: fix build issues (with latex or newest sphinx)Pauli Virtanen2011-07-151-11/+7
|
* DOC: datetime: Split the date/time units into two separate tablesMark Wiebe2011-07-011-7/+24
|
* DOC: datetime: Updates based on Chuck's feedbackMark Wiebe2011-07-011-6/+16
|
* DOC: datetime: Start a draft of introductory datetime documentationMark Wiebe2011-07-011-0/+261