@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
292 lines • 3.79 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"America/Regina": [
[
418.6,
"-",
"LMT",
-2030227200000
],
[
420,
"Regina",
"M%sT",
-307749600000
],
[
360,
"-",
"CST",
null
]
]
},
"rules": {
"Regina": [
[
1918,
"only",
"-",
"Apr",
"14",
[
2,
0,
0,
null
],
60,
"D"
],
[
1918,
"only",
"-",
"Oct",
"27",
[
2,
0,
0,
null
],
0,
"S"
],
[
1930,
1934,
"-",
"May",
"Sun>=1",
[
0,
0,
0,
null
],
60,
"D"
],
[
1930,
1934,
"-",
"Oct",
"Sun>=1",
[
0,
0,
0,
null
],
0,
"S"
],
[
1937,
1941,
"-",
"Apr",
"Sun>=8",
[
0,
0,
0,
null
],
60,
"D"
],
[
1937,
"only",
"-",
"Oct",
"Sun>=8",
[
0,
0,
0,
null
],
0,
"S"
],
[
1938,
"only",
"-",
"Oct",
"Sun>=1",
[
0,
0,
0,
null
],
0,
"S"
],
[
1939,
1941,
"-",
"Oct",
"Sun>=8",
[
0,
0,
0,
null
],
0,
"S"
],
[
1942,
"only",
"-",
"Feb",
"9",
[
2,
0,
0,
null
],
60,
"W",
""
],
[
1945,
"only",
"-",
"Aug",
"14",
[
23,
0,
0,
"u"
],
60,
"P",
""
],
[
1945,
"only",
"-",
"Sep",
"lastSun",
[
2,
0,
0,
null
],
0,
"S"
],
[
1946,
"only",
"-",
"Apr",
"Sun>=8",
[
2,
0,
0,
null
],
60,
"D"
],
[
1946,
"only",
"-",
"Oct",
"Sun>=8",
[
2,
0,
0,
null
],
0,
"S"
],
[
1947,
1957,
"-",
"Apr",
"lastSun",
[
2,
0,
0,
null
],
60,
"D"
],
[
1947,
1957,
"-",
"Sep",
"lastSun",
[
2,
0,
0,
null
],
0,
"S"
],
[
1959,
"only",
"-",
"Apr",
"lastSun",
[
2,
0,
0,
null
],
60,
"D"
],
[
1959,
"only",
"-",
"Oct",
"lastSun",
[
2,
0,
0,
null
],
0,
"S"
]
]
},
"titles": {
"America/Regina": {
"long": "Canada Central Standard Time",
"group": "(GMT-06:00) Saskatchewan"
}
}
});