@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
233 lines • 3.06 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Atlantic/Stanley": [
[
231.4,
"-",
"LMT",
-2493072000000
],
[
231.4,
"-",
"SMT",
-1824249600000
],
[
240,
"Falk",
"-04/-03",
420595200000
],
[
180,
"Falk",
"-03/-02",
495590400000
],
[
240,
"Falk",
"-04/-03",
1283652000000
],
[
180,
"-",
"-03",
null
]
]
},
"rules": {
"Falk": [
[
1937,
1938,
"-",
"Sep",
"lastSun",
[
0,
0,
0,
null
],
60,
"-"
],
[
1938,
1942,
"-",
"Mar",
"Sun>=19",
[
0,
0,
0,
null
],
0,
"-"
],
[
1939,
"only",
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
60,
"-"
],
[
1940,
1942,
"-",
"Sep",
"lastSun",
[
0,
0,
0,
null
],
60,
"-"
],
[
1943,
"only",
"-",
"Jan",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1983,
"only",
"-",
"Sep",
"lastSun",
[
0,
0,
0,
null
],
60,
"-"
],
[
1984,
1985,
"-",
"Apr",
"lastSun",
[
0,
0,
0,
null
],
0,
"-"
],
[
1984,
"only",
"-",
"Sep",
"16",
[
0,
0,
0,
null
],
60,
"-"
],
[
1985,
2000,
"-",
"Sep",
"Sun>=9",
[
0,
0,
0,
null
],
60,
"-"
],
[
1986,
2000,
"-",
"Apr",
"Sun>=16",
[
0,
0,
0,
null
],
0,
"-"
],
[
2001,
2010,
"-",
"Apr",
"Sun>=15",
[
2,
0,
0,
null
],
0,
"-"
],
[
2001,
2010,
"-",
"Sep",
"Sun>=1",
[
2,
0,
0,
null
],
60,
"-"
]
]
},
"titles": {
"Atlantic/Stanley": {
"long": "SA Eastern Standard Time",
"group": "(GMT-03:00) Georgetown"
}
}
});