We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235e3c9 commit 4788690Copy full SHA for 4788690
doc/time-series.rst
@@ -41,8 +41,8 @@ converted automatically when used as arguments in xarray objects:
41
import datetime
42
xr.Dataset({'time': datetime.datetime(2000, 1, 1)})
43
44
-When reading or writing netCDF files, xarray automatically decodes datetime and
45
-timedelta arrays using `CF conventions`_ (that is, by using a ``units``
+When reading or writing netCDF files, xarray automatically decodes datetime
+arrays using `CF conventions`_ (that is, by using a ``units``
46
attribute like ``'days since 2000-01-01'``).
47
48
.. _CF conventions: http://cfconventions.org
0 commit comments