@progress/kendo-date-math
Version:
Kendo UI typescript package exporting functions for Date manipulations
26 lines • 429 B
JavaScript
const dm = require('@progress/kendo-date-math');
dm.loadTimezone({
"zones": {
"Africa/Abidjan": [
[
16.133333333333333,
"-",
"LMT",
-1798848000000
],
[
0,
"-",
"GMT",
null
]
]
},
"rules": {},
"titles": {
"Africa/Abidjan": {
"long": "Greenwich Standard Time",
"group": "(GMT) Monrovia, Reykjavik"
}
}
});