@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
410 lines • 5.24 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Africa/Tunis": [
[
-40.733333333333334,
"-",
"LMT",
-2797200000000
],
[
-9.35,
"-",
"PMT",
-1855958400000
],
[
-60,
"Tunisia",
"CE%sT",
null
]
]
},
"rules": {
"Tunisia": [
[
1939,
"only",
"-",
"Apr",
"15",
[
23,
0,
0,
"s"
],
60,
"S"
],
[
1939,
"only",
"-",
"Nov",
"18",
[
23,
0,
0,
"s"
],
0,
"-"
],
[
1940,
"only",
"-",
"Feb",
"25",
[
23,
0,
0,
"s"
],
60,
"S"
],
[
1941,
"only",
"-",
"Oct",
"6",
[
0,
0,
0,
null
],
0,
"-"
],
[
1942,
"only",
"-",
"Mar",
"9",
[
0,
0,
0,
null
],
60,
"S"
],
[
1942,
"only",
"-",
"Nov",
"2",
[
3,
0,
0,
null
],
0,
"-"
],
[
1943,
"only",
"-",
"Mar",
"29",
[
2,
0,
0,
null
],
60,
"S"
],
[
1943,
"only",
"-",
"Apr",
"17",
[
2,
0,
0,
null
],
0,
"-"
],
[
1943,
"only",
"-",
"Apr",
"25",
[
2,
0,
0,
null
],
60,
"S"
],
[
1943,
"only",
"-",
"Oct",
"4",
[
2,
0,
0,
null
],
0,
"-"
],
[
1944,
1945,
"-",
"Apr",
"Mon>=1",
[
2,
0,
0,
null
],
60,
"S"
],
[
1944,
"only",
"-",
"Oct",
"8",
[
0,
0,
0,
null
],
0,
"-"
],
[
1945,
"only",
"-",
"Sep",
"16",
[
0,
0,
0,
null
],
0,
"-"
],
[
1977,
"only",
"-",
"Apr",
"30",
[
0,
0,
0,
"s"
],
60,
"S"
],
[
1977,
"only",
"-",
"Sep",
"24",
[
0,
0,
0,
"s"
],
0,
"-"
],
[
1978,
"only",
"-",
"May",
"1",
[
0,
0,
0,
"s"
],
60,
"S"
],
[
1978,
"only",
"-",
"Oct",
"1",
[
0,
0,
0,
"s"
],
0,
"-"
],
[
1988,
"only",
"-",
"Jun",
"1",
[
0,
0,
0,
"s"
],
60,
"S"
],
[
1988,
1990,
"-",
"Sep",
"lastSun",
[
0,
0,
0,
"s"
],
0,
"-"
],
[
1989,
"only",
"-",
"Mar",
"26",
[
0,
0,
0,
"s"
],
60,
"S"
],
[
1990,
"only",
"-",
"May",
"1",
[
0,
0,
0,
"s"
],
60,
"S"
],
[
2005,
"only",
"-",
"May",
"1",
[
0,
0,
0,
"s"
],
60,
"S"
],
[
2005,
"only",
"-",
"Sep",
"30",
[
1,
0,
0,
"s"
],
0,
"-"
],
[
2006,
2008,
"-",
"Mar",
"lastSun",
[
2,
0,
0,
"s"
],
60,
"S"
],
[
2006,
2008,
"-",
"Oct",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"-"
]
]
},
"titles": {
"Africa/Tunis": {
"long": "W. Central Africa Standard Time",
"group": "(GMT+01:00) West Central Africa"
}
}
});