Skip to content
Snippets Groups Projects
Commit 4bd46fc5 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Calendar.Timezone: Increase INF_YEAR from 2050 to 2100.

The timezone definitions have started containing years beyond 2050
(eg the Egypt rule set has rules up to year 2055).

Fixes testsuite failures.
parent d5534df0
No related branches found
No related tags found
No related merge requests found
......@@ -758,7 +758,7 @@ class Runtime_timezone_compiler
// ---
#define INF_YEAR 2050
#define INF_YEAR 2100
#define NUL_YEAR 1850
int y1=(int)a[0] || NUL_YEAR;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment