@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
161 lines • 2.16 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"America/Managua": [
[
345.1333333333333,
"-",
"LMT",
-2493072000000
],
[
345.2,
"-",
"MMT",
-1121126400000
],
[
360,
"-",
"CST",
105062400000
],
[
300,
"-",
"EST",
161740800000
],
[
360,
"Nic",
"C%sT",
694238400000
],
[
300,
"-",
"EST",
717292800000
],
[
360,
"-",
"CST",
757296000000
],
[
300,
"-",
"EST",
883526400000
],
[
360,
"Nic",
"C%sT",
null
]
]
},
"rules": {
"Nic": [
[
1979,
1980,
"-",
"Mar",
"Sun>=16",
[
0,
0,
0,
null
],
60,
"D"
],
[
1979,
1980,
"-",
"Jun",
"Mon>=23",
[
0,
0,
0,
null
],
0,
"S"
],
[
2005,
"only",
"-",
"Apr",
"10",
[
0,
0,
0,
null
],
60,
"D"
],
[
2005,
"only",
"-",
"Oct",
"Sun>=1",
[
0,
0,
0,
null
],
0,
"S"
],
[
2006,
"only",
"-",
"Apr",
"30",
[
2,
0,
0,
null
],
60,
"D"
],
[
2006,
"only",
"-",
"Oct",
"Sun>=1",
[
1,
0,
0,
null
],
0,
"S"
]
]
},
"titles": {
"America/Managua": {
"long": "Central America Standard Time",
"group": "(GMT-06:00) Central America"
}
}
});