@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
263 lines • 3.4 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Pacific/Guam": [
[
861,
"-",
"LMT",
-3944678400000
],
[
-579,
"-",
"LMT",
-2146003200000
],
[
-600,
"-",
"GST",
-885513600000
],
[
-540,
"-",
"+09",
-802224000000
],
[
-600,
"Guam",
"G%sT",
977529600000
],
[
-600,
"-",
"ChST",
null
]
]
},
"rules": {
"Guam": [
[
1959,
"only",
"-",
"Jun",
"27",
[
2,
0,
0,
null
],
60,
"D"
],
[
1961,
"only",
"-",
"Jan",
"29",
[
2,
0,
0,
null
],
0,
"S"
],
[
1967,
"only",
"-",
"Sep",
"1",
[
2,
0,
0,
null
],
60,
"D"
],
[
1969,
"only",
"-",
"Jan",
"26",
[
0,
1,
0,
null
],
0,
"S"
],
[
1969,
"only",
"-",
"Jun",
"22",
[
2,
0,
0,
null
],
60,
"D"
],
[
1969,
"only",
"-",
"Aug",
"31",
[
2,
0,
0,
null
],
0,
"S"
],
[
1970,
1971,
"-",
"Apr",
"lastSun",
[
2,
0,
0,
null
],
60,
"D"
],
[
1970,
1971,
"-",
"Sep",
"Sun>=1",
[
2,
0,
0,
null
],
0,
"S"
],
[
1973,
"only",
"-",
"Dec",
"16",
[
2,
0,
0,
null
],
60,
"D"
],
[
1974,
"only",
"-",
"Feb",
"24",
[
2,
0,
0,
null
],
0,
"S"
],
[
1976,
"only",
"-",
"May",
"26",
[
2,
0,
0,
null
],
60,
"D"
],
[
1976,
"only",
"-",
"Aug",
"22",
[
2,
1,
0,
null
],
0,
"S"
],
[
1977,
"only",
"-",
"Apr",
"24",
[
2,
0,
0,
null
],
60,
"D"
],
[
1977,
"only",
"-",
"Aug",
"28",
[
2,
0,
0,
null
],
0,
"S"
]
]
},
"titles": {
"Pacific/Guam": {
"long": "West Pacific Standard Time",
"group": "(GMT+10:00) Guam, Port Moresby"
}
}
});