From c69172f47b4c35fd1250075bbd4a5f7b6f49f38f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 27 Aug 2024 02:01:22 +0000 Subject: [PATCH] Update website --- manual/dev/index.html | 2 +- manual/index.html | 2 +- manual/v1.5/index.html | 2 +- manual/v1.6/index.html | 2 +- manual/v1.7/index.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/manual/dev/index.html b/manual/dev/index.html index 464a629580..75441a2bf3 100644 --- a/manual/dev/index.html +++ b/manual/dev/index.html @@ -5500,7 +5500,7 @@

representations of time output by gmtime and strptime.

The strptime(fmt) builtin parses input strings matching the fmt argument. The output is in the "broken down time" -representation consumed by gmtime and output by mktime.

+representation consumed by mktime and output by gmtime.

The strftime(fmt) builtin formats a time (GMT) with the given format. The strflocaltime does the same, but using the local timezone setting.

diff --git a/manual/index.html b/manual/index.html index d62dfbec84..948ab8fdd6 100644 --- a/manual/index.html +++ b/manual/index.html @@ -5402,7 +5402,7 @@

representations of time output by gmtime and strptime.

The strptime(fmt) builtin parses input strings matching the fmt argument. The output is in the "broken down time" -representation consumed by gmtime and output by mktime.

+representation consumed by mktime and output by gmtime.

The strftime(fmt) builtin formats a time (GMT) with the given format. The strflocaltime does the same, but using the local timezone setting.

diff --git a/manual/v1.5/index.html b/manual/v1.5/index.html index 59fec9901f..a68a167827 100644 --- a/manual/v1.5/index.html +++ b/manual/v1.5/index.html @@ -4536,7 +4536,7 @@

representations of time output by gmtime and strptime.

The strptime(fmt) builtin parses input strings matching the fmt argument. The output is in the "broken down time" -representation consumed by gmtime and output by mktime.

+representation consumed by mktime and output by gmtime.

The strftime(fmt) builtin formats a time with the given format.

The format strings for strptime and strftime are described diff --git a/manual/v1.6/index.html b/manual/v1.6/index.html index af73a0b703..adec155131 100644 --- a/manual/v1.6/index.html +++ b/manual/v1.6/index.html @@ -5016,7 +5016,7 @@

representations of time output by gmtime and strptime.

The strptime(fmt) builtin parses input strings matching the fmt argument. The output is in the "broken down time" -representation consumed by gmtime and output by mktime.

+representation consumed by mktime and output by gmtime.

The strftime(fmt) builtin formats a time (GMT) with the given format. The strflocaltime does the same, but using the local timezone setting.

diff --git a/manual/v1.7/index.html b/manual/v1.7/index.html index 503475e95c..21ce2840e5 100644 --- a/manual/v1.7/index.html +++ b/manual/v1.7/index.html @@ -5402,7 +5402,7 @@

representations of time output by gmtime and strptime.

The strptime(fmt) builtin parses input strings matching the fmt argument. The output is in the "broken down time" -representation consumed by gmtime and output by mktime.

+representation consumed by mktime and output by gmtime.

The strftime(fmt) builtin formats a time (GMT) with the given format. The strflocaltime does the same, but using the local timezone setting.