Re: [PATCH] Fix: wrong offset for CET timezone

2014-06-27 Thread Robin Rosenberg
- Ursprungligt meddelande - > Från: "Alan Franzoni" > Till: "Robin Rosenberg" > Kopia: git@vger.kernel.org, "Alan Franzoni" , > sch...@linux-m68k.org > Skickat: fredag, 27 jun 2014 10:24:23 > Ämne: Re: [PATCH] Fix: wrong offset for CE

Re: [PATCH] Fix: wrong offset for CET timezone

2014-06-27 Thread Alan Franzoni
On Fri, Jun 27, 2014 at 12:08 AM, Robin Rosenberg wrote: > 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:0

Re: [PATCH] Fix: wrong offset for CET timezone

2014-06-27 Thread Andreas Schwab
Robin Rosenberg writes: > $ TZ=CET date > Fre 27 Jun 2014 00:08:05 CEST That only works because CET is a special zone name (POSIX time zones require at least a number to denote the standard offset), similar to Europe/Berlin but without the history. Andreas. -- Andreas Schwab, sch...@linux-m68

Re: [PATCH] Fix: wrong offset for CET timezone

2014-06-26 Thread Robin Rosenberg
- Ursprungligt meddelande - > Från: "Alan Franzoni" > Till: git@vger.kernel.org > Kopia: "Alan Franzoni" > Skickat: torsdag, 26 jun 2014 15:53:32 > Ämne: [PATCH] Fix: wrong offset for CET timezone > > From: Alan Franzoni > > Signed-off

[PATCH] Fix: wrong offset for CET timezone

2014-06-26 Thread Alan Franzoni
From: Alan Franzoni Signed-off-by: Alan Franzoni --- 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/Docume