Mattias Andrée <maandree@xxxxxxxxxxxxx> writes: > diff --git a/Documentation/date-formats.txt b/Documentation/date-formats.txt > index c000f08..4dbaafa 100644 > --- a/Documentation/date-formats.txt > +++ b/Documentation/date-formats.txt > @@ -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@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html