git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robin Rosenberg <robin.rosenberg@dewire.com>
To: Alan Franzoni <mailing@franzoni.eu>
Cc: git@vger.kernel.org, Alan Franzoni <username@franzoni.eu>
Subject: Re: [PATCH] Fix: wrong offset for CET timezone
Date: Fri, 27 Jun 2014 00:08:52 +0200 (CEST)	[thread overview]
Message-ID: <166360487.125996.1403820532765.JavaMail.zimbra@dewire.com> (raw)
In-Reply-To: <1403790812-29174-1-git-send-email-mailing@franzoni.eu>



----- Ursprungligt meddelande -----
> Från: "Alan Franzoni" <mailing@franzoni.eu>
> Till: git@vger.kernel.org
> Kopia: "Alan Franzoni" <username@franzoni.eu>
> Skickat: torsdag, 26 jun 2014 15:53:32
> Ämne: [PATCH] Fix: wrong offset for CET timezone
> 
> 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`.

1 hour in winter and 2 in summer, although some standards seem to say
that summer time is really called CEST, computers apply DST to CET in summer.

$ TZ=UTC date
Tor 26 Jun 2014 22:08:01 UTC

$ TZ=CET date
Fre 27 Jun 2014 00:08:05 CEST

-- robin
 
>  RFC 2822::
>  	The standard email format as described by RFC 2822, for example
> --
> 2.0.0
> 
> --
> To unsubscribe from this list: send the line "unsubscribe git" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  reply	other threads:[~2014-06-26 22:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-26 13:53 [PATCH] Fix: wrong offset for CET timezone Alan Franzoni
2014-06-26 22:08 ` Robin Rosenberg [this message]
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=166360487.125996.1403820532765.JavaMail.zimbra@dewire.com \
    --to=robin.rosenberg@dewire.com \
    --cc=git@vger.kernel.org \
    --cc=mailing@franzoni.eu \
    --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).