Fixed too much faked timezone offset. An offset of more than 14 hours makes no sense (cf. http://www.worldtimezone.com/faq.html).
diff --git a/tests/t0401-parse.c b/tests/t0401-parse.c
index b82a9b1..77d9e48 100644
--- a/tests/t0401-parse.c
+++ b/tests/t0401-parse.c
@@ -165,7 +165,7 @@ BEGIN_TEST(parse_person_test)
12345);
TEST_PERSON_PASS(
- "author Vicent Marti <tanoku@gmail.com> 231301 +2020\n",
+ "author Vicent Marti <tanoku@gmail.com> 231301 +1020\n",
"author ",
"Vicent Marti",
"tanoku@gmail.com",