Signed-off-by: Mattias Andrée <maandree@xxxxxxxxxxxxx> --- Documentation/date-formats.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`. ISO 8601:: Time and date specified by the ISO 8601 standard, for example -- 1.8.3.4 -- 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