@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
277 lines • 3.57 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Australia/Perth": [
[
-463.4,
"-",
"LMT",
-2337897600000
],
[
-480,
"Aus",
"AW%sT",
-836438400000
],
[
-480,
"AW",
"AW%sT",
null
]
]
},
"rules": {
"Aus": [
[
1917,
"only",
"-",
"Jan",
"1",
[
2,
0,
0,
"s"
],
60,
"D"
],
[
1917,
"only",
"-",
"Mar",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"S"
],
[
1942,
"only",
"-",
"Jan",
"1",
[
2,
0,
0,
"s"
],
60,
"D"
],
[
1942,
"only",
"-",
"Mar",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"S"
],
[
1942,
"only",
"-",
"Sep",
"27",
[
2,
0,
0,
"s"
],
60,
"D"
],
[
1943,
1944,
"-",
"Mar",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"S"
],
[
1943,
"only",
"-",
"Oct",
"3",
[
2,
0,
0,
"s"
],
60,
"D"
]
],
"AW": [
[
1974,
"only",
"-",
"Oct",
"lastSun",
[
2,
0,
0,
"s"
],
60,
"D"
],
[
1975,
"only",
"-",
"Mar",
"Sun>=1",
[
2,
0,
0,
"s"
],
0,
"S"
],
[
1983,
"only",
"-",
"Oct",
"lastSun",
[
2,
0,
0,
"s"
],
60,
"D"
],
[
1984,
"only",
"-",
"Mar",
"Sun>=1",
[
2,
0,
0,
"s"
],
0,
"S"
],
[
1991,
"only",
"-",
"Nov",
"17",
[
2,
0,
0,
"s"
],
60,
"D"
],
[
1992,
"only",
"-",
"Mar",
"Sun>=1",
[
2,
0,
0,
"s"
],
0,
"S"
],
[
2006,
"only",
"-",
"Dec",
"3",
[
2,
0,
0,
"s"
],
60,
"D"
],
[
2007,
2009,
"-",
"Mar",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"S"
],
[
2007,
2008,
"-",
"Oct",
"lastSun",
[
2,
0,
0,
"s"
],
60,
"D"
]
]
},
"titles": {
"Australia/Perth": {
"long": "W. Australia Standard Time",
"group": "(GMT+08:00) Perth"
}
}
});