aboutsummaryrefslogtreecommitdiffstats
path: root/camel/broken-date-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/broken-date-parser.c')
-rw-r--r--camel/broken-date-parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/broken-date-parser.c b/camel/broken-date-parser.c
index 60e5f1760a..19fc0c2271 100644
--- a/camel/broken-date-parser.c
+++ b/camel/broken-date-parser.c
@@ -292,7 +292,7 @@ get_tzone (struct _date_token **token)
if (*inptr == '+' || *inptr == '-') {
t = decode_int (inptr, inlen);
- if (t < -1200 || t > 1200)
+ if (t < -1200 || t > 1400)
return -1;
return t;