From 5eb7a3bcfcdfefc32b3c8b6c196a576920d889b0 Mon Sep 17 00:00:00 2001 From: Manu Sporny Date: Fri, 14 Jul 2023 15:47:49 -0400 Subject: [PATCH] Clarify comment on whitespace in dateTimeStamp regex. Co-authored-by: Ted Thibodeau Jr --- index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 0f1c0d2f6..ae86b5856 100644 --- a/index.html +++ b/index.html @@ -1778,8 +1778,9 @@

Representing Time

days in places where they do not exist. That said, modern system libraries that generate dateTimeStamp values are often error-free in their generation of valid dateTimeStamp values. The regular -expression shown below, with whitespace added for readability, is often -adequate when processing modern system library-generated dates and times. +expression shown below (minus the whitespace included here for readability), +is often adequate when processing library-generated dates and times on +modern systems.