@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
149 lines • 1.97 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"America/Guatemala": [
[
362.06666666666666,
"-",
"LMT",
-1617062400000
],
[
360,
"Guat",
"C%sT",
null
]
]
},
"rules": {
"Guat": [
[
1973,
"only",
"-",
"Nov",
"25",
[
0,
0,
0,
null
],
60,
"D"
],
[
1974,
"only",
"-",
"Feb",
"24",
[
0,
0,
0,
null
],
0,
"S"
],
[
1983,
"only",
"-",
"May",
"21",
[
0,
0,
0,
null
],
60,
"D"
],
[
1983,
"only",
"-",
"Sep",
"22",
[
0,
0,
0,
null
],
0,
"S"
],
[
1991,
"only",
"-",
"Mar",
"23",
[
0,
0,
0,
null
],
60,
"D"
],
[
1991,
"only",
"-",
"Sep",
"7",
[
0,
0,
0,
null
],
0,
"S"
],
[
2006,
"only",
"-",
"Apr",
"30",
[
0,
0,
0,
null
],
60,
"D"
],
[
2006,
"only",
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
0,
"S"
]
]
},
"titles": {
"America/Guatemala": {
"long": "Central America Standard Time",
"group": "(GMT-06:00) Central America"
}
}
});