@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
571 lines • 7.3 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Europe/Minsk": [
[
-110.26666666666667,
"-",
"LMT",
-2808604800000
],
[
-110,
"-",
"MMT",
-1441152000000
],
[
-120,
"-",
"EET",
-1247529600000
],
[
-180,
"-",
"MSK",
-899769600000
],
[
-60,
"C-Eur",
"CE%sT",
-804643200000
],
[
-180,
"Russia",
"MSK/MSD",
662601600000
],
[
-180,
"-",
"MSK",
670384800000
],
[
-120,
"Russia",
"EE%sT",
1301191200000
],
[
-180,
"-",
"+03",
null
]
]
},
"rules": {
"C-Eur": [
[
1916,
"only",
"-",
"Apr",
"30",
[
23,
0,
0,
null
],
60,
"S"
],
[
1916,
"only",
"-",
"Oct",
"1",
[
1,
0,
0,
null
],
0,
"-"
],
[
1917,
1918,
"-",
"Apr",
"Mon>=15",
[
2,
0,
0,
"s"
],
60,
"S"
],
[
1917,
1918,
"-",
"Sep",
"Mon>=15",
[
2,
0,
0,
"s"
],
0,
"-"
],
[
1940,
"only",
"-",
"Apr",
"1",
[
2,
0,
0,
"s"
],
60,
"S"
],
[
1942,
"only",
"-",
"Nov",
"2",
[
2,
0,
0,
"s"
],
0,
"-"
],
[
1943,
"only",
"-",
"Mar",
"29",
[
2,
0,
0,
"s"
],
60,
"S"
],
[
1943,
"only",
"-",
"Oct",
"4",
[
2,
0,
0,
"s"
],
0,
"-"
],
[
1944,
1945,
"-",
"Apr",
"Mon>=1",
[
2,
0,
0,
"s"
],
60,
"S"
],
[
1944,
"only",
"-",
"Oct",
"2",
[
2,
0,
0,
"s"
],
0,
"-"
],
[
1945,
"only",
"-",
"Sep",
"16",
[
2,
0,
0,
"s"
],
0,
"-"
],
[
1977,
1980,
"-",
"Apr",
"Sun>=1",
[
2,
0,
0,
"s"
],
60,
"S"
],
[
1977,
"only",
"-",
"Sep",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"-"
],
[
1978,
"only",
"-",
"Oct",
"1",
[
2,
0,
0,
"s"
],
0,
"-"
],
[
1979,
1995,
"-",
"Sep",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"-"
],
[
1981,
"max",
"-",
"Mar",
"lastSun",
[
2,
0,
0,
"s"
],
60,
"S"
],
[
1996,
"max",
"-",
"Oct",
"lastSun",
[
2,
0,
0,
"s"
],
0,
"-"
]
],
"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": {
"Europe/Minsk": {
"long": "Kaliningrad Standard Time",
"group": null
}
}
});