@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
197 lines • 2.61 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Asia/Manila": [
[
956.1333333333333,
"-",
"LMT",
-3944678400000
],
[
-483.8666666666667,
"-",
"LMT",
-2219083200000
],
[
-480,
"Phil",
"P%sT",
-879984000000
],
[
-540,
"-",
"JST",
-783561600000
],
[
-480,
"Phil",
"P%sT",
null
]
]
},
"rules": {
"Phil": [
[
1936,
"only",
"-",
"Oct",
"31",
[
24,
0,
0,
null
],
60,
"D"
],
[
1937,
"only",
"-",
"Jan",
"15",
[
24,
0,
0,
null
],
0,
"S"
],
[
1941,
"only",
"-",
"Dec",
"15",
[
24,
0,
0,
null
],
60,
"D"
],
[
1945,
"only",
"-",
"Nov",
"30",
[
24,
0,
0,
null
],
0,
"S"
],
[
1954,
"only",
"-",
"Apr",
"11",
[
24,
0,
0,
null
],
60,
"D"
],
[
1954,
"only",
"-",
"Jun",
"4",
[
24,
0,
0,
null
],
0,
"S"
],
[
1977,
"only",
"-",
"Mar",
"27",
[
24,
0,
0,
null
],
60,
"D"
],
[
1977,
"only",
"-",
"Sep",
"21",
[
24,
0,
0,
null
],
0,
"S"
],
[
1990,
"only",
"-",
"May",
"21",
[
0,
0,
0,
null
],
60,
"D"
],
[
1990,
"only",
"-",
"Jul",
"28",
[
24,
0,
0,
null
],
0,
"S"
]
]
},
"titles": {
"Asia/Manila": {
"long": "Singapore Standard Time",
"group": "(GMT+08:00) Kuala Lumpur, Singapore"
}
}
});