Commit 7161beb1 by nulltoken

Fixed too much faked timezone offset.

An offset of more than 14 hours makes no sense (cf. http://www.worldtimezone.com/faq.html).
parent fee065a0
...@@ -165,7 +165,7 @@ BEGIN_TEST(parse_person_test) ...@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment