diff --git a/docs/storage/source/storage_hdf5.rst b/docs/storage/source/storage_hdf5.rst index c5812174..7b9a0720 100644 --- a/docs/storage/source/storage_hdf5.rst +++ b/docs/storage/source/storage_hdf5.rst @@ -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. | | +--------------------------+----------------------------------+----------------+