@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
170 lines • 2.22 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Pacific/Chatham": [
[
-733.8,
"-",
"LMT",
-3192393600000
],
[
-735,
"-",
"+1215",
-757382400000
],
[
-765,
"Chatham",
"+1245/+1345",
null
]
]
},
"rules": {
"Chatham": [
[
1974,
"only",
"-",
"Nov",
"Sun>=1",
[
2,
45,
0,
"s"
],
60,
"-"
],
[
1975,
"only",
"-",
"Feb",
"lastSun",
[
2,
45,
0,
"s"
],
0,
"-"
],
[
1975,
1988,
"-",
"Oct",
"lastSun",
[
2,
45,
0,
"s"
],
60,
"-"
],
[
1976,
1989,
"-",
"Mar",
"Sun>=1",
[
2,
45,
0,
"s"
],
0,
"-"
],
[
1989,
"only",
"-",
"Oct",
"Sun>=8",
[
2,
45,
0,
"s"
],
60,
"-"
],
[
1990,
2006,
"-",
"Oct",
"Sun>=1",
[
2,
45,
0,
"s"
],
60,
"-"
],
[
1990,
2007,
"-",
"Mar",
"Sun>=15",
[
2,
45,
0,
"s"
],
0,
"-"
],
[
2007,
"max",
"-",
"Sep",
"lastSun",
[
2,
45,
0,
"s"
],
60,
"-"
],
[
2008,
"max",
"-",
"Apr",
"Sun>=1",
[
2,
45,
0,
"s"
],
0,
"-"
]
]
},
"titles": {
"Pacific/Chatham": {
"long": null,
"group": null
}
}
});