@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
302 lines • 3.95 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Asia/Krasnoyarsk": [
[
-371.43333333333334,
"-",
"LMT",
-1577491200000
],
[
-360,
"-",
"+06",
-1247529600000
],
[
-420,
"Russia",
"+07/+08",
670384800000
],
[
-360,
"Russia",
"+06/+07",
695786400000
],
[
-420,
"Russia",
"+07/+08",
1301191200000
],
[
-480,
"-",
"+08",
1414288800000
],
[
-420,
"-",
"+07",
null
]
]
},
"rules": {
"Russia": [
[
1917,
"only",
"-",
"Jul",
"1",
[
23,
0,
0,
null
],
60,
"MST",
""
],
[
1917,
"only",
"-",
"Dec",
"28",
[
0,
0,
0,
null
],
0,
"MMT",
""
],
[
1918,
"only",
"-",
"May",
"31",
[
22,
0,
0,
null
],
120,
"MDST",
""
],
[
1918,
"only",
"-",
"Sep",
"16",
[
1,
0,
0,
null
],
60,
"MST"
],
[
1919,
"only",
"-",
"May",
"31",
[
23,
0,
0,
null
],
120,
"MDST"
],
[
1919,
"only",
"-",
"Jul",
"1",
[
0,
0,
0,
"u"
],
60,
"MSD"
],
[
1919,
"only",
"-",
"Aug",
"16",
[
0,
0,
0,
null
],
0,
"MSK"
],
[
1921,
"only",
"-",
"Feb",
"14",
[
23,
0,
0,
null
],
60,
"MSD"
],
[
1921,
"only",
"-",
"Mar",
"20",
[
23,
0,
0,
null
],
120,
"+05"
],
[
1921,
"only",
"-",
"Sep",
"1",
[
0,
0,
0,
null
],
60,
"MSD"
],
[
1921,
"only",
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1981,
1984,
"-",
"Apr",
"1",
[
0,
0,
0,
null
],
60,
"S"
],
[
1981,
1983,
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1984,
1995,
"-",
"Sep",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"-"
],
[
1985,
2010,
"-",
"Mar",
"lastSun",
[
2,
0,
0,
"s"
],
60,
"S"
],
[
1996,
2010,
"-",
"Oct",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"-"
]
]
},
"titles": {
"Asia/Krasnoyarsk": {
"long": "North Asia Standard Time",
"group": "(GMT+07:00) Krasnoyarsk"
}
}
});