git.vger.kernel.org archive mirror
 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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).