mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-21 15:07:23 +00:00
Fixed too much faked timezone offset.
An offset of more than 14 hours makes no sense (cf. http://www.worldtimezone.com/faq.html).
This commit is contained in:
parent
fee065a069
commit
7161beb11e
@ -165,7 +165,7 @@ BEGIN_TEST(parse_person_test)
|
|||||||
12345);
|
12345);
|
||||||
|
|
||||||
TEST_PERSON_PASS(
|
TEST_PERSON_PASS(
|
||||||
"author Vicent Marti <tanoku@gmail.com> 231301 +2020\n",
|
"author Vicent Marti <tanoku@gmail.com> 231301 +1020\n",
|
||||||
"author ",
|
"author ",
|
||||||
"Vicent Marti",
|
"Vicent Marti",
|
||||||
"tanoku@gmail.com",
|
"tanoku@gmail.com",
|
||||||
|
Loading…
Reference in New Issue
Block a user