All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] CET is only one hour ahead of UTC, it even says so in date.c
@ 2013-08-16 10:43 Mattias Andrée
  2013-08-16 10:53 ` [PATCH] CET is only one hour ahead of UTC Mattias Andrée
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Mattias Andrée @ 2013-08-16 10:43 UTC (permalink / raw)
  To: git; +Cc: Mattias Andrée

Signed-off-by: Mattias Andrée <maandree@operamail.com>
---
 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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] CET is only one hour ahead of UTC
  2013-08-16 10:43 [PATCH] CET is only one hour ahead of UTC, it even says so in date.c Mattias Andrée
@ 2013-08-16 10:53 ` Mattias Andrée
  2013-08-16 10:54 ` Mattias Andrée
  2013-08-16 20:32 ` [PATCH] CET is only one hour ahead of UTC, it even says so in date.c Andreas Schwab
  2 siblings, 0 replies; 9+ messages in thread
From: Mattias Andrée @ 2013-08-16 10:53 UTC (permalink / raw)
  To: git; +Cc: Mattias Andrée

Signed-off-by: Mattias Andrée <maandree@operamail.com>
---
 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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] CET is only one hour ahead of UTC
  2013-08-16 10:43 [PATCH] CET is only one hour ahead of UTC, it even says so in date.c Mattias Andrée
  2013-08-16 10:53 ` [PATCH] CET is only one hour ahead of UTC Mattias Andrée
@ 2013-08-16 10:54 ` Mattias Andrée
  2013-08-16 10:58   ` Mattias Andrée
  2013-08-16 20:32 ` [PATCH] CET is only one hour ahead of UTC, it even says so in date.c Andreas Schwab
  2 siblings, 1 reply; 9+ messages in thread
From: Mattias Andrée @ 2013-08-16 10:54 UTC (permalink / raw)
  To: git; +Cc: Mattias Andrée

Signed-off-by: Mattias Andrée <maandree@operamail.com>
---
 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

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] CET is only one hour ahead of UTC
  2013-08-16 10:54 ` Mattias Andrée
@ 2013-08-16 10:58   ` Mattias Andrée
  2013-08-16 12:54     ` Jeff King
  0 siblings, 1 reply; 9+ messages in thread
From: Mattias Andrée @ 2013-08-16 10:58 UTC (permalink / raw)
  To: Mattias Andrée; +Cc: git

On Fri, 16 Aug 2013 12:54:11 +0200
Mattias Andrée <maandree@operamail.com> wrote:

> Signed-off-by: Mattias Andrée <maandree@operamail.com>
> ---
>  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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] CET is only one hour ahead of UTC
  2013-08-16 10:58   ` Mattias Andrée
@ 2013-08-16 12:54     ` Jeff King
  0 siblings, 0 replies; 9+ messages in thread
From: Jeff King @ 2013-08-16 12:54 UTC (permalink / raw)
  To: Mattias Andrée; +Cc: Mattias Andrée, git

On Fri, Aug 16, 2013 at 12:58:20PM +0200, Mattias Andrée wrote:

> >  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

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] CET is only one hour ahead of UTC, it even says so in date.c
  2013-08-16 10:43 [PATCH] CET is only one hour ahead of UTC, it even says so in date.c Mattias Andrée
  2013-08-16 10:53 ` [PATCH] CET is only one hour ahead of UTC Mattias Andrée
  2013-08-16 10:54 ` Mattias Andrée
@ 2013-08-16 20:32 ` Andreas Schwab
  2013-08-17  3:52   ` [PATCH v2] CEST is +0200 during April Mattias Andrée
  2 siblings, 1 reply; 9+ messages in thread
From: Andreas Schwab @ 2013-08-16 20:32 UTC (permalink / raw)
  To: Mattias Andrée; +Cc: git

Mattias Andrée <maandree@operamail.com> writes:

> 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`.

This timestamp cannot be in the CET timezone, though.

Andreas.

-- 
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [PATCH v2] CEST is +0200 during April
  2013-08-16 20:32 ` [PATCH] CET is only one hour ahead of UTC, it even says so in date.c Andreas Schwab
@ 2013-08-17  3:52   ` Mattias Andrée
  2013-08-17  6:36     ` Aaron Schrab
  0 siblings, 1 reply; 9+ messages in thread
From: Mattias Andrée @ 2013-08-17  3:52 UTC (permalink / raw)
  To: git; +Cc: Mattias Andrée

Signed-off-by: Mattias Andrée <maandree@operamail.com>
---
 Documentation/date-formats.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/date-formats.txt b/Documentation/date-formats.txt
index c000f08..61a836e 100644
--- a/Documentation/date-formats.txt
+++ b/Documentation/date-formats.txt
@@ -11,7 +11,7 @@ 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 CEST (which is 2 hours ahead UTC) is `+0200`.
 
 RFC 2822::
 	The standard email format as described by RFC 2822, for example
-- 
1.8.3.4

^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] CEST is +0200 during April
  2013-08-17  3:52   ` [PATCH v2] CEST is +0200 during April Mattias Andrée
@ 2013-08-17  6:36     ` Aaron Schrab
  2013-08-17  6:40       ` Mattias Andrée
  0 siblings, 1 reply; 9+ messages in thread
From: Aaron Schrab @ 2013-08-17  6:36 UTC (permalink / raw)
  To: Mattias Andrée; +Cc: git, Andreas Schwab

Mattias, the convention on this list is to send directly to participants 
in the thread as well as the list.  So I've added Andreas as a 
recipient.

At 05:52 +0200 17 Aug 2013, Mattias Andrée <maandree@operamail.com> wrote:
>-	For example CET (which is 2 hours ahead UTC) is `+0200`.
>+	For example CEST (which is 2 hours ahead UTC) is `+0200`.

While changing that line it would be good to also fix the grammar:

+	For example CEST (which is 2 hours ahead of UTC) is `+0200`.
                                             ^^

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH v2] CEST is +0200 during April
  2013-08-17  6:36     ` Aaron Schrab
@ 2013-08-17  6:40       ` Mattias Andrée
  0 siblings, 0 replies; 9+ messages in thread
From: Mattias Andrée @ 2013-08-17  6:40 UTC (permalink / raw)
  To: Aaron Schrab; +Cc: git, Andreas Schwab

Sorry I forgot to add him when I used `git send-email`.

On Sat, 17 Aug 2013 02:36:44 -0400
Aaron Schrab <aaron@schrab.com> wrote:

> Mattias, the convention on this list is to send directly
> to participants in the thread as well as the list.  So
> I've added Andreas as a recipient.
> 
> At 05:52 +0200 17 Aug 2013, Mattias Andrée
> <maandree@operamail.com> wrote:
> >-	For example CET (which is 2 hours ahead UTC) is
> >`+0200`.
> >+	For example CEST (which is 2 hours ahead UTC)
> >is `+0200`.
> 
> While changing that line it would be good to also fix the
> grammar:
> 
> +	For example CEST (which is 2 hours ahead of UTC)
> is `+0200`. ^^

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-08-17  6:41 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-16 10:43 [PATCH] CET is only one hour ahead of UTC, it even says so in date.c Mattias Andrée
2013-08-16 10:53 ` [PATCH] CET is only one hour ahead of UTC Mattias Andrée
2013-08-16 10:54 ` Mattias Andrée
2013-08-16 10:58   ` Mattias Andrée
2013-08-16 12:54     ` Jeff King
2013-08-16 20:32 ` [PATCH] CET is only one hour ahead of UTC, it even says so in date.c Andreas Schwab
2013-08-17  3:52   ` [PATCH v2] CEST is +0200 during April Mattias Andrée
2013-08-17  6:36     ` Aaron Schrab
2013-08-17  6:40       ` Mattias Andrée

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.