git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alan Franzoni <mailing@franzoni.eu>
To: git@vger.kernel.org
Cc: Alan Franzoni <username@franzoni.eu>
Subject: [PATCH] Fix: wrong offset for CET timezone
Date: Thu, 26 Jun 2014 15:53:32 +0200	[thread overview]
Message-ID: <1403790812-29174-1-git-send-email-mailing@franzoni.eu> (raw)

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

             reply	other threads:[~2014-06-26 13:54 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 13:53 Alan Franzoni [this message]
2014-06-26 22:08 ` [PATCH] Fix: wrong offset for CET timezone Robin Rosenberg
2014-06-27  7:48   ` Andreas Schwab
2014-06-27  8:24   ` Alan Franzoni
2014-06-27  8:51     ` Robin Rosenberg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1403790812-29174-1-git-send-email-mailing@franzoni.eu \
    --to=mailing@franzoni.eu \
    --cc=git@vger.kernel.org \
    --cc=username@franzoni.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).