@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
308 lines • 4.06 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Asia/Irkutsk": [
[
-417.0833333333333,
"-",
"LMT",
-2808604800000
],
[
-417.0833333333333,
"-",
"IMT",
-1575849600000
],
[
-420,
"-",
"+07",
-1247529600000
],
[
-480,
"Russia",
"+08/+09",
670384800000
],
[
-420,
"Russia",
"+07/+08",
695786400000
],
[
-480,
"Russia",
"+08/+09",
1301191200000
],
[
-540,
"-",
"+09",
1414288800000
],
[
-480,
"-",
"+08",
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/Irkutsk": {
"long": "North Asia East Standard Time",
"group": "(GMT+08:00) Irkutsk, Ulaan Bataar"
}
}
});