From 03eac06738cfd54e37ef328d2dd08fc0fb40c31f Mon Sep 17 00:00:00 2001 From: Ben Dichter Date: Thu, 6 Jul 2023 19:01:51 -0400 Subject: [PATCH] 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::