Skip to content

Commit e2c20be

Browse files
atlauagitster
authored andcommitted
date-formats.txt: Typo fix
Last time I checked, I was living in the UTC+01:00 time zone. UTC+02:00 would be Central European _Summer_ Time. Signed-off-by: Luis Ressel <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b65a8d commit e2c20be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/date-formats.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Git internal format::
1111
It is `<unix timestamp> <time zone offset>`, where `<unix
1212
timestamp>` is the number of seconds since the UNIX epoch.
1313
`<time zone offset>` is a positive or negative offset from UTC.
14-
For example CET (which is 2 hours ahead UTC) is `+0200`.
14+
For example CET (which is 1 hour ahead of UTC) is `+0100`.
1515

1616
RFC 2822::
1717
The standard email format as described by RFC 2822, for example

0 commit comments

Comments
 (0)