@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
92 lines • 1.3 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Antarctica/Casey": [
[
0,
"-",
"-00",
-86400000
],
[
-480,
"-",
"+08",
1255831200000
],
[
-660,
"-",
"+11",
1267754400000
],
[
-480,
"-",
"+08",
1319767200000
],
[
-660,
"-",
"+11",
1329843600000
],
[
-480,
"-",
"+08",
1477094400000
],
[
-660,
"-",
"+11",
1520740800000
],
[
-480,
"-",
"+08",
1538884800000
],
[
-660,
"-",
"+11",
1552791600000
],
[
-480,
"-",
"+08",
1570158000000
],
[
-660,
"-",
"+11",
1583636400000
],
[
-480,
"-",
"+08",
1601769660000
],
[
-660,
"-",
"+11",
null
]
]
},
"rules": {},
"titles": {
"Antarctica/Casey": {
"long": "W. Australia Standard Time",
"group": "(GMT+08:00) Perth"
}
}
});