git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Fix: wrong offset for CET timezone
@ 2014-06-26 13:53 Alan Franzoni
  2014-06-26 22:08 ` Robin Rosenberg
  0 siblings, 1 reply; 5+ messages in thread
From: Alan Franzoni @ 2014-06-26 13:53 UTC (permalink / raw)
  To: git; +Cc: Alan Franzoni

From: Alan Franzoni <username@franzoni.eu>

Signed-off-by: Alan Franzoni <username@franzoni.eu>
---
 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 ccd1fc8..284308a 100644
--- a/Documentation/date-formats.txt
+++ b/Documentation/date-formats.txt
@@ -11,7 +11,7 @@ Git internal format::
 	It is `<unix timestamp> <time zone offset>`, where `<unix
 	timestamp>` is the number of seconds since the UNIX epoch.
 	`<time zone 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
-- 
2.0.0

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

end of thread, other threads:[~2014-06-27  8:51 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 13:53 [PATCH] Fix: wrong offset for CET timezone Alan Franzoni
2014-06-26 22:08 ` Robin Rosenberg
2014-06-27  7:48   ` Andreas Schwab
2014-06-27  8:24   ` Alan Franzoni
2014-06-27  8:51     ` Robin Rosenberg

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