From 7161beb11e84f9daac7fd25d547bfb40cdff50f0 Mon Sep 17 00:00:00 2001 From: nulltoken Date: Sat, 11 Dec 2010 15:38:22 +0100 Subject: [PATCH] Fixed too much faked timezone offset. An offset of more than 14 hours makes no sense (cf. http://www.worldtimezone.com/faq.html). --- tests/t0401-parse.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/t0401-parse.c b/tests/t0401-parse.c index b82a9b168..77d9e481b 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 231301 +2020\n", + "author Vicent Marti 231301 +1020\n", "author ", "Vicent Marti", "tanoku@gmail.com",