Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 27, 2024
1 parent 30e5261 commit c69172f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion manual/dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5500,7 +5500,7 @@ <h3>
representations of time output by <code>gmtime</code> and <code>strptime</code>.</p>
<p>The <code>strptime(fmt)</code> builtin parses input strings matching the
<code>fmt</code> argument. The output is in the "broken down time"
representation consumed by <code>gmtime</code> and output by <code>mktime</code>.</p>
representation consumed by <code>mktime</code> and output by <code>gmtime</code>.</p>
<p>The <code>strftime(fmt)</code> builtin formats a time (GMT) with the
given format. The <code>strflocaltime</code> does the same, but using
the local timezone setting.</p>
Expand Down
2 changes: 1 addition & 1 deletion manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5402,7 +5402,7 @@ <h3>
representations of time output by <code>gmtime</code> and <code>strptime</code>.</p>
<p>The <code>strptime(fmt)</code> builtin parses input strings matching the
<code>fmt</code> argument. The output is in the "broken down time"
representation consumed by <code>gmtime</code> and output by <code>mktime</code>.</p>
representation consumed by <code>mktime</code> and output by <code>gmtime</code>.</p>
<p>The <code>strftime(fmt)</code> builtin formats a time (GMT) with the
given format. The <code>strflocaltime</code> does the same, but using
the local timezone setting.</p>
Expand Down
2 changes: 1 addition & 1 deletion manual/v1.5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4536,7 +4536,7 @@ <h3>
representations of time output by <code>gmtime</code> and <code>strptime</code>.</p>
<p>The <code>strptime(fmt)</code> builtin parses input strings matching the
<code>fmt</code> argument. The output is in the "broken down time"
representation consumed by <code>gmtime</code> and output by <code>mktime</code>.</p>
representation consumed by <code>mktime</code> and output by <code>gmtime</code>.</p>
<p>The <code>strftime(fmt)</code> builtin formats a time with the given
format.</p>
<p>The format strings for <code>strptime</code> and <code>strftime</code> are described
Expand Down
2 changes: 1 addition & 1 deletion manual/v1.6/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5016,7 +5016,7 @@ <h3>
representations of time output by <code>gmtime</code> and <code>strptime</code>.</p>
<p>The <code>strptime(fmt)</code> builtin parses input strings matching the
<code>fmt</code> argument. The output is in the "broken down time"
representation consumed by <code>gmtime</code> and output by <code>mktime</code>.</p>
representation consumed by <code>mktime</code> and output by <code>gmtime</code>.</p>
<p>The <code>strftime(fmt)</code> builtin formats a time (GMT) with the
given format. The <code>strflocaltime</code> does the same, but using
the local timezone setting.</p>
Expand Down
2 changes: 1 addition & 1 deletion manual/v1.7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5402,7 +5402,7 @@ <h3>
representations of time output by <code>gmtime</code> and <code>strptime</code>.</p>
<p>The <code>strptime(fmt)</code> builtin parses input strings matching the
<code>fmt</code> argument. The output is in the "broken down time"
representation consumed by <code>gmtime</code> and output by <code>mktime</code>.</p>
representation consumed by <code>mktime</code> and output by <code>gmtime</code>.</p>
<p>The <code>strftime(fmt)</code> builtin formats a time (GMT) with the
given format. The <code>strflocaltime</code> does the same, but using
the local timezone setting.</p>
Expand Down

0 comments on commit c69172f

Please sign in to comment.