Skip to content
7 changes: 4 additions & 3 deletions docs/storage/source/storage_hdf5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,10 @@ The mappings of data types is as follows
+--------------------------+----------------------------------+----------------+
| * compound dtype | HDF5 compound data type | |
+--------------------------+----------------------------------+----------------+
| * "isodatetime" | ASCII ISO8061 datetime string. | variable |
| | For example | |
| | ``2018-09-28T14:43:54.123+02:00``| |
| * "isodatetime" | ISO 8601 datetime string. | variable |
| | For example, | (ASCII |
| | ``2018-09-28T14:43:54.123+02:00``| encoding) |
| * "datetime" | Can be missing time. | |
+--------------------------+----------------------------------+----------------+


Expand Down