From 03eac06738cfd54e37ef328d2dd08fc0fb40c31f Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Thu, 6 Jul 2023 19:01:51 -0400 Subject: [PATCH 1/2] allow dates with no times --- source/description.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/description.rst b/source/description.rst index 05b196a..a068556 100644 --- a/source/description.rst +++ b/source/description.rst @@ -593,7 +593,8 @@ String specifying the data type of the attribute. Allowable values are: +--------------------------+----------------------------------+----------------+ | * "isodatetime" | ISO 8601 datetime string, e.g., | variable | | | 2018-09-28T14:43:54.123+02:00 | (ASCII | -| * "datetime" | | encoding) | +| * "datetime" | Can be missing timezone. Can | encoding) | +| | also be missing time. | | +--------------------------+----------------------------------+----------------+ .. note:: From 6c0afbd31e2984ea4c09462226975fc07f56ef3c Mon Sep 17 00:00:00 2001 From: Ryan Ly Date: Fri, 31 Jan 2025 16:30:47 -0800 Subject: [PATCH 2/2] Update description.rst --- source/description.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/description.rst b/source/description.rst index a068556..0d7696b 100644 --- a/source/description.rst +++ b/source/description.rst @@ -593,8 +593,7 @@ String specifying the data type of the attribute. Allowable values are: +--------------------------+----------------------------------+----------------+ | * "isodatetime" | ISO 8601 datetime string, e.g., | variable | | | 2018-09-28T14:43:54.123+02:00 | (ASCII | -| * "datetime" | Can be missing timezone. Can | encoding) | -| | also be missing time. | | +| * "datetime" | Can be missing time | encoding) | +--------------------------+----------------------------------+----------------+ .. note::