From 074103c2ad3e313199e603a3834b59f77cc9d27b Mon Sep 17 00:00:00 2001 From: bendichter Date: Thu, 6 Jul 2023 19:12:41 -0400 Subject: [PATCH 1/2] allow datetimes to be just dates --- docs/storage/source/storage_hdf5.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/storage/source/storage_hdf5.rst b/docs/storage/source/storage_hdf5.rst index c5812174..7a3f0c56 100644 --- a/docs/storage/source/storage_hdf5.rst +++ b/docs/storage/source/storage_hdf5.rst @@ -200,8 +200,10 @@ The mappings of data types is as follows | * compound dtype | HDF5 compound data type | | +--------------------------+----------------------------------+----------------+ | * "isodatetime" | ASCII ISO8061 datetime string. | variable | - | | For example | | + | | For example | encoding) | | | ``2018-09-28T14:43:54.123+02:00``| | + | * "datetime" | Can be missing timezone. Can | | + | | also be missing time. | | +--------------------------+----------------------------------+----------------+ From ef2b407530bde370fd1ca11819a09dfb89e9c9dc Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Tue, 6 Feb 2024 14:30:56 -0800 Subject: [PATCH 2/2] Update storage_hdf5.rst --- docs/storage/source/storage_hdf5.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/storage/source/storage_hdf5.rst b/docs/storage/source/storage_hdf5.rst index 7a3f0c56..04784eec 100644 --- a/docs/storage/source/storage_hdf5.rst +++ b/docs/storage/source/storage_hdf5.rst @@ -200,7 +200,7 @@ The mappings of data types is as follows | * compound dtype | HDF5 compound data type | | +--------------------------+----------------------------------+----------------+ | * "isodatetime" | ASCII ISO8061 datetime string. | variable | - | | For example | encoding) | + | | For example | encoding | | | ``2018-09-28T14:43:54.123+02:00``| | | * "datetime" | Can be missing timezone. Can | | | | also be missing time. | |