@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
326 lines • 4.25 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Africa/Tripoli": [
[
-52.733333333333334,
"-",
"LMT",
-1546387200000
],
[
-60,
"Libya",
"CE%sT",
-315705600000
],
[
-120,
"-",
"EET",
410140800000
],
[
-60,
"Libya",
"CE%sT",
641779200000
],
[
-120,
"-",
"EET",
844041600000
],
[
-60,
"Libya",
"CE%sT",
875923200000
],
[
-120,
"-",
"EET",
1352512800000
],
[
-60,
"Libya",
"CE%sT",
1382666400000
],
[
-120,
"-",
"EET",
null
]
]
},
"rules": {
"Libya": [
[
1951,
"only",
"-",
"Oct",
"14",
[
2,
0,
0,
null
],
60,
"S"
],
[
1952,
"only",
"-",
"Jan",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1953,
"only",
"-",
"Oct",
"9",
[
2,
0,
0,
null
],
60,
"S"
],
[
1954,
"only",
"-",
"Jan",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1955,
"only",
"-",
"Sep",
"30",
[
0,
0,
0,
null
],
60,
"S"
],
[
1956,
"only",
"-",
"Jan",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1982,
1984,
"-",
"Apr",
"1",
[
0,
0,
0,
null
],
60,
"S"
],
[
1982,
1985,
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1985,
"only",
"-",
"Apr",
"6",
[
0,
0,
0,
null
],
60,
"S"
],
[
1986,
"only",
"-",
"Apr",
"4",
[
0,
0,
0,
null
],
60,
"S"
],
[
1986,
"only",
"-",
"Oct",
"3",
[
0,
0,
0,
null
],
0,
"-"
],
[
1987,
1989,
"-",
"Apr",
"1",
[
0,
0,
0,
null
],
60,
"S"
],
[
1987,
1989,
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1997,
"only",
"-",
"Apr",
"4",
[
0,
0,
0,
null
],
60,
"S"
],
[
1997,
"only",
"-",
"Oct",
"4",
[
0,
0,
0,
null
],
0,
"-"
],
[
2013,
"only",
"-",
"Mar",
"lastFri",
[
1,
0,
0,
null
],
60,
"S"
],
[
2013,
"only",
"-",
"Oct",
"lastFri",
[
2,
0,
0,
null
],
0,
"-"
]
]
},
"titles": {
"Africa/Tripoli": {
"long": "W. Europe Standard Time",
"group": "(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna"
}
}
});