@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
383 lines • 4.9 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"America/Asuncion": [
[
230.66666666666666,
"-",
"LMT",
-2493072000000
],
[
230.66666666666666,
"-",
"AMT",
-1206403200000
],
[
240,
"-",
"%z",
86745600000
],
[
180,
"-",
"%z",
134006400000
],
[
240,
"Para",
"%z",
1728950400000
],
[
180,
"-",
"%z",
null
]
]
},
"rules": {
"Para": [
[
1975,
1988,
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
60,
"-"
],
[
1975,
1978,
"-",
"Mar",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1979,
1991,
"-",
"Apr",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1989,
"only",
"-",
"Oct",
"22",
[
0,
0,
0,
null
],
60,
"-"
],
[
1990,
"only",
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
60,
"-"
],
[
1991,
"only",
"-",
"Oct",
"6",
[
0,
0,
0,
null
],
60,
"-"
],
[
1992,
"only",
"-",
"Mar",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1992,
"only",
"-",
"Oct",
"5",
[
0,
0,
0,
null
],
60,
"-"
],
[
1993,
"only",
"-",
"Mar",
"31",
[
0,
0,
0,
null
],
0,
"-"
],
[
1993,
1995,
"-",
"Oct",
"1",
[
0,
0,
0,
null
],
60,
"-"
],
[
1994,
1995,
"-",
"Feb",
"lastSun",
[
0,
0,
0,
null
],
0,
"-"
],
[
1996,
"only",
"-",
"Mar",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
1996,
2001,
"-",
"Oct",
"Sun>=1",
[
0,
0,
0,
null
],
60,
"-"
],
[
1997,
"only",
"-",
"Feb",
"lastSun",
[
0,
0,
0,
null
],
0,
"-"
],
[
1998,
2001,
"-",
"Mar",
"Sun>=1",
[
0,
0,
0,
null
],
0,
"-"
],
[
2002,
2004,
"-",
"Apr",
"Sun>=1",
[
0,
0,
0,
null
],
0,
"-"
],
[
2002,
2003,
"-",
"Sep",
"Sun>=1",
[
0,
0,
0,
null
],
60,
"-"
],
[
2004,
2009,
"-",
"Oct",
"Sun>=15",
[
0,
0,
0,
null
],
60,
"-"
],
[
2005,
2009,
"-",
"Mar",
"Sun>=8",
[
0,
0,
0,
null
],
0,
"-"
],
[
2010,
2024,
"-",
"Oct",
"Sun>=1",
[
0,
0,
0,
null
],
60,
"-"
],
[
2010,
2012,
"-",
"Apr",
"Sun>=8",
[
0,
0,
0,
null
],
0,
"-"
],
[
2013,
2024,
"-",
"Mar",
"Sun>=22",
[
0,
0,
0,
null
],
0,
"-"
]
]
},
"titles": {
"America/Asuncion": {
"long": "Paraguay Standard Time",
"group": null
}
}
});