[PATCH] CET is only one hour ahead of UTC, it even says so in date.c

Subsystems: documentation, the rest

DORMANTno replies

5 messages, 3 authors, 2016-06-15 · open the first message on its own page

[PATCH] CET is only one hour ahead of UTC, it even says so in date.c

From: Mattias Andrée <hidden>
Date: 2016-06-15 22:58:26

Signed-off-by: Mattias Andrée <redacted>
---
 Documentation/date-formats.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/date-formats.txt b/Documentation/date-formats.txt
index c000f08..4dbaafa 100644
--- a/Documentation/date-formats.txt
+++ b/Documentation/date-formats.txt
@@ -11,11 +11,11 @@ Git internal format::
 	It is `<unix timestamp> <timezone offset>`, where `<unix
 	timestamp>` is the number of seconds since the UNIX epoch.
 	`<timezone offset>` is a positive or negative offset from UTC.
-	For example CET (which is 2 hours ahead UTC) is `+0200`.
+	For example CET (which is 1 hour ahead UTC) is `+0100`.
 
 RFC 2822::
 	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`.
 
 ISO 8601::
 	Time and date specified by the ISO 8601 standard, for example
-- 
1.8.3.4

[PATCH] CET is only one hour ahead of UTC

From: Mattias Andrée <hidden>
Date: 2016-06-15 22:58:26

Signed-off-by: Mattias Andrée <redacted>
---
 date-formats.txt     | 4 ++--
 git-commit-tree.html | 4 ++--
 git-commit.html      | 4 ++--
 git-tag.html         | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/date-formats.txt b/date-formats.txt
index c000f08..4dbaafa 100644
--- a/date-formats.txt
+++ b/date-formats.txt
@@ -11,11 +11,11 @@ Git internal format::
 	It is `<unix timestamp> <timezone offset>`, where `<unix
 	timestamp>` is the number of seconds since the UNIX epoch.
 	`<timezone offset>` is a positive or negative offset from UTC.
-	For example CET (which is 2 hours ahead UTC) is `+0200`.
+	For example CET (which is 1 hour ahead UTC) is `+0100`.
 
 RFC 2822::
 	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`.
 
 ISO 8601::
 	Time and date specified by the ISO 8601 standard, for example
diff --git a/git-commit-tree.html b/git-commit-tree.html
index 825de94..c3571ce 100644
--- a/git-commit-tree.html
+++ b/git-commit-tree.html
@@ -883,7 +883,7 @@ Git internal format
         It is <code>&lt;unix timestamp&gt; &lt;timezone offset&gt;</code>, where <code>&lt;unix
         timestamp&gt;</code> is the number of seconds since the UNIX epoch.
         <code>&lt;timezone offset&gt;</code> is a positive or negative offset from UTC.
-        For example CET (which is 2 hours ahead UTC) is <code>+0200</code>.
+        For example CET (which is 1 hour ahead UTC) is <code>+0100</code>.
 </p>
 </dd>
 <dt class="hdlist1">
@@ -892,7 +892,7 @@ RFC 2822
 <dd>
 <p>
         The standard email format as described by RFC 2822, for example
-        <code>Thu, 07 Apr 2005 22:13:13 +0200</code>.
+        <code>Thu, 07 Apr 2005 22:13:13 +0100</code>.
 </p>
 </dd>
 <dt class="hdlist1">
diff --git a/git-commit.html b/git-commit.html
index 5123765..8890397 100644
--- a/git-commit.html
+++ b/git-commit.html
@@ -1341,7 +1341,7 @@ Git internal format
         It is <code>&lt;unix timestamp&gt; &lt;timezone offset&gt;</code>, where <code>&lt;unix
         timestamp&gt;</code> is the number of seconds since the UNIX epoch.
         <code>&lt;timezone offset&gt;</code> is a positive or negative offset from UTC.
-        For example CET (which is 2 hours ahead UTC) is <code>+0200</code>.
+        For example CET (which is 1 hour ahead UTC) is <code>+0100</code>.
 </p>
 </dd>
 <dt class="hdlist1">
@@ -1350,7 +1350,7 @@ RFC 2822
 <dd>
 <p>
         The standard email format as described by RFC 2822, for example
-        <code>Thu, 07 Apr 2005 22:13:13 +0200</code>.
+        <code>Thu, 07 Apr 2005 22:13:13 +0100</code>.
 </p>
 </dd>
 <dt class="hdlist1">
diff --git a/git-tag.html b/git-tag.html
index d26be17..4b65bb0 100644
--- a/git-tag.html
+++ b/git-tag.html
@@ -1149,7 +1149,7 @@ Git internal format
         It is <code>&lt;unix timestamp&gt; &lt;timezone offset&gt;</code>, where <code>&lt;unix
         timestamp&gt;</code> is the number of seconds since the UNIX epoch.
         <code>&lt;timezone offset&gt;</code> is a positive or negative offset from UTC.
-        For example CET (which is 2 hours ahead UTC) is <code>+0200</code>.
+        For example CET (which is 1 hour ahead UTC) is <code>+0100</code>.
 </p>
 </dd>
 <dt class="hdlist1">
@@ -1158,7 +1158,7 @@ RFC 2822
 <dd>
 <p>
         The standard email format as described by RFC 2822, for example
-        <code>Thu, 07 Apr 2005 22:13:13 +0200</code>.
+        <code>Thu, 07 Apr 2005 22:13:13 +0100</code>.
 </p>
 </dd>
 <dt class="hdlist1">
-- 
1.8.3.4

[PATCH] CET is only one hour ahead of UTC

From: Mattias Andrée <hidden>
Date: 2016-06-15 22:58:26

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.1 b/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 example CET (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
diff --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 example CET (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
diff --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 example CET (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
-- 
1.8.3.4

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
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.1
b/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 example
CET (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
diff --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 example
CET (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
diff --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 example
CET (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.

Re: [PATCH] CET is only one hour ahead of UTC

From: Jeff King <hidden>
Date: 2016-06-15 22:58:26

On Fri, Aug 16, 2013 at 12:58:20PM +0200, Mattias Andrée wrote:
quoted
 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.
The content of those repositories is auto-generated from git.git's
master branch. Just your first patch is sufficient, and the others will
be updated automatically when Junio runs his usual integration cycle.

-Peff
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help