Re: [PATCH] CET is only one hour ahead of UTC
From: Mattias Andrée <hidden>
Date: 2016-06-15 22:58:26
On Fri, 16 Aug 2013 12:54:11 +0200 Mattias Andrée [off-list ref] wrote:
quoted hunk ↗ jump to hunk
Signed-off-by: Mattias Andrée <redacted> --- man1/git-commit-tree.1 | 6 +++--- man1/git-commit.1 | 6 +++--- man1/git-tag.1 | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-)diff --git a/man1/git-commit-tree.1b/man1/git-commit-tree.1 index 2014cc3..1bef965 100644--- a/man1/git-commit-tree.1 +++ b/man1/git-commit-tree.1@@ -148,14 +148,14 @@ It is <unix timestamp> is the number of seconds since the UNIX epoch\&. <timezone offset> -is a positive or negative offset from UTC\&. For exampleCET (which is 2 hours ahead UTC) is -+0200\&. +is a positive or negative offset from UTC\&. For example CET (which is 1 hour ahead UTC) is ++0100\&. .RE .PP RFC 2822 .RS 4 The standard email format as described by RFC 2822, for example -Thu, 07 Apr 2005 22:13:13 +0200\&. +Thu, 07 Apr 2005 22:13:13 +0100\&. .RE .PP ISO 8601diff --git a/man1/git-commit.1 b/man1/git-commit.1 index 7d80bbd..c61ffaf 100644 --- a/man1/git-commit.1 +++ b/man1/git-commit.1@@ -481,14 +481,14 @@ It is <unix timestamp> is the number of seconds since the UNIX epoch\&. <timezone offset> -is a positive or negative offset from UTC\&. For exampleCET (which is 2 hours ahead UTC) is -+0200\&. +is a positive or negative offset from UTC\&. For example CET (which is 1 hour ahead UTC) is ++0100\&. .RE .PP RFC 2822 .RS 4 The standard email format as described by RFC 2822, for example -Thu, 07 Apr 2005 22:13:13 +0200\&. +Thu, 07 Apr 2005 22:13:13 +0100\&. .RE .PP ISO 8601diff --git a/man1/git-tag.1 b/man1/git-tag.1 index c6d9be5..f6be47b 100644 --- a/man1/git-tag.1 +++ b/man1/git-tag.1@@ -337,14 +337,14 @@ It is <unix timestamp> is the number of seconds since the UNIX epoch\&. <timezone offset> -is a positive or negative offset from UTC\&. For exampleCET (which is 2 hours ahead UTC) is -+0200\&. +is a positive or negative offset from UTC\&. For example CET (which is 1 hour ahead UTC) is ++0100\&. .RE .PP RFC 2822 .RS 4 The standard email format as described by RFC 2822, for example -Thu, 07 Apr 2005 22:13:13 +0200\&. +Thu, 07 Apr 2005 22:13:13 +0100\&. .RE .PP ISO 8601
I when on a limb and assumed that these patches for git-htmldocs and git-manpages, respectively, should also be sent to git@ as I could not find any other mailing list for them.