[PATCH] CET is only one hour ahead of UTC
From: Mattias Andrée <hidden>
Date: 2016-06-15 22:58:26
Subsystem:
the rest · Maintainer:
Linus Torvalds
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><unix timestamp> <timezone offset></code>, where <code><unix timestamp></code> is the number of seconds since the UNIX epoch. <code><timezone offset></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><unix timestamp> <timezone offset></code>, where <code><unix timestamp></code> is the number of seconds since the UNIX epoch. <code><timezone offset></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><unix timestamp> <timezone offset></code>, where <code><unix timestamp></code> is the number of seconds since the UNIX epoch. <code><timezone offset></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