@@ -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`.
This timestamp cannot be in the CET timezone, though.
Andreas.
--
Andreas Schwab, schwab@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5
"And now for something completely different."
@@ -11,7 +11,7 @@ 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 CEST (which is 2 hours ahead UTC) is `+0200`. RFC 2822:: The standard email format as described by RFC 2822, for example
Mattias, the convention on this list is to send directly to participants
in the thread as well as the list. So I've added Andreas as a
recipient.
At 05:52 +0200 17 Aug 2013, Mattias Andrée [off-list ref] wrote:
- For example CET (which is 2 hours ahead UTC) is `+0200`.
+ For example CEST (which is 2 hours ahead UTC) is `+0200`.
While changing that line it would be good to also fix the grammar:
+ For example CEST (which is 2 hours ahead of UTC) is `+0200`.
^^
Sorry I forgot to add him when I used `git send-email`.
On Sat, 17 Aug 2013 02:36:44 -0400
Aaron Schrab [off-list ref] wrote:
Mattias, the convention on this list is to send directly
to participants in the thread as well as the list. So
I've added Andreas as a recipient.
At 05:52 +0200 17 Aug 2013, Mattias Andrée
[off-list ref] wrote:
quoted
- For example CET (which is 2 hours ahead UTC) is
`+0200`.
+ For example CEST (which is 2 hours ahead UTC)
is `+0200`.
While changing that line it would be good to also fix the
grammar:
+ For example CEST (which is 2 hours ahead of UTC)
is `+0200`. ^^