@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
128 lines • 1.73 kB
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Asia/Karachi": [
[
-268.2,
"-",
"LMT",
-1956700800000
],
[
-330,
"-",
"+0530",
-862617600000
],
[
-330,
"1:00",
"+0630",
-764121600000
],
[
-330,
"-",
"+0530",
-576115200000
],
[
-300,
"-",
"+05",
38793600000
],
[
-300,
"Pakistan",
"PK%sT",
null
]
]
},
"rules": {
"Pakistan": [
[
2002,
"only",
"-",
"Apr",
"Sun>=2",
[
0,
0,
0,
null
],
60,
"S"
],
[
2002,
"only",
"-",
"Oct",
"Sun>=2",
[
0,
0,
0,
null
],
0,
"-"
],
[
2008,
"only",
"-",
"Jun",
"1",
[
0,
0,
0,
null
],
60,
"S"
],
[
2008,
2009,
"-",
"Nov",
"1",
[
0,
0,
0,
null
],
0,
"-"
],
[
2009,
"only",
"-",
"Apr",
"15",
[
0,
0,
0,
null
],
60,
"S"
]
]
},
"titles": {
"Asia/Karachi": {
"long": "Pakistan Standard Time",
"group": "(GMT+05:00) Islamabad, Karachi"
}
}
});