Skip to content

Commit

Permalink
Clarify comment on whitespace in dateTimeStamp regex.
Browse files Browse the repository at this point in the history
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
  • Loading branch information
msporny and TallTed committed Jul 14, 2023
1 parent 8218b8f commit 5eb7a3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1778,8 +1778,9 @@ <h4>Representing Time</h4>
days in places where they do not exist. That said, modern system libraries that
generate <code>dateTimeStamp</code> values are often error-free in their
generation of valid <code>dateTimeStamp</code> 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.
</p>

<pre class="example nohighlight"
Expand Down

0 comments on commit 5eb7a3b

Please sign in to comment.