@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
389 lines • 4.93 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Asia/Beirut": [
[
-142,
"-",
"LMT",
-2808604800000
],
[
-120,
"Lebanon",
"EE%sT",
null
]
]
},
"rules": {
"Lebanon": [
[
1920,
"only",
"-",
"Mar",
"28",
[
0,
0,
0,
null
],
60,
"S"
],
[
1920,
"only",
"-",
"Oct",
"25",
[
0,
0,
0,
null
],
0,
"-"
],
[
1921,
"only",
"-",
"Apr",
"3",
[
0,
0,
0,
null
],
60,
"S"
],
[
1921,
"only",
"-",
"Oct",
"3",
[
0,
0,
0,
null
],
0,
"-"
],
[
1922,
"only",
"-",
"Mar",
"26",
[
0,
0,
0,
null
],
60,
"S"
],
[
1922,
"only",
"-",
"Oct",
"8",
[
0,
0,
0,
null
],
0,
"-"
],
[
1923,
"only",
"-",
"Apr",
"22",
[
0,
0,
0,
null
],
60,
"S"
],
[
1923,
"only",
"-",
"Sep",
"16",
[
0,
0,
0,
null
],
0,
"-"
],
[
1957,
1961,
"-",
"May",
"1",
[
0,
0,
0,
null
],
60,
"S"
],
[
1957,
1961,
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1972,
"only",
"-",
"Jun",
"22",
[
0,
0,
0,
null
],
60,
"S"
],
[
1972,
1977,
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1973,
1977,
"-",
"May",
"1",
[
0,
0,
0,
null
],
60,
"S"
],
[
1978,
"only",
"-",
"Apr",
"30",
[
0,
0,
0,
null
],
60,
"S"
],
[
1978,
"only",
"-",
"Sep",
"30",
[
0,
0,
0,
null
],
0,
"-"
],
[
1984,
1987,
"-",
"May",
"1",
[
0,
0,
0,
null
],
60,
"S"
],
[
1984,
1991,
"-",
"Oct",
"16",
[
0,
0,
0,
null
],
0,
"-"
],
[
1988,
"only",
"-",
"Jun",
"1",
[
0,
0,
0,
null
],
60,
"S"
],
[
1989,
"only",
"-",
"May",
"10",
[
0,
0,
0,
null
],
60,
"S"
],
[
1990,
1992,
"-",
"May",
"1",
[
0,
0,
0,
null
],
60,
"S"
],
[
1992,
"only",
"-",
"Oct",
"4",
[
0,
0,
0,
null
],
0,
"-"
],
[
1993,
"max",
"-",
"Mar",
"lastSun",
[
0,
0,
0,
null
],
60,
"S"
],
[
1993,
1998,
"-",
"Sep",
"lastSun",
[
0,
0,
0,
null
],
0,
"-"
],
[
1999,
"max",
"-",
"Oct",
"lastSun",
[
0,
0,
0,
null
],
0,
"-"
]
]
},
"titles": {
"Asia/Beirut": {
"long": "Middle East Standard Time",
"group": "(GMT+02:00) Beirut"
}
}
});