UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

137 lines 1.84 kB
const dm = require('@progress/kendo-date-math'); dm.loadTimezone({ "zones": { "Atlantic/Canary": [ [ 61.6, "-", "LMT", -1509667200000 ], [ 60, "-", "-01", -733878000000 ], [ 0, "-", "WET", 323827200000 ], [ 0, "1:00", "WEST", 338950800000 ], [ 0, "EU", "WE%sT", null ] ] }, "rules": { "EU": [ [ 1977, 1980, "-", "Apr", "Sun>=1", [ 1, 0, 0, "u" ], 60, "S" ], [ 1977, "only", "-", "Sep", "lastSun", [ 1, 0, 0, "u" ], 0, "-" ], [ 1978, "only", "-", "Oct", "1", [ 1, 0, 0, "u" ], 0, "-" ], [ 1979, 1995, "-", "Sep", "lastSun", [ 1, 0, 0, "u" ], 0, "-" ], [ 1981, "max", "-", "Mar", "lastSun", [ 1, 0, 0, "u" ], 60, "S" ], [ 1996, "max", "-", "Oct", "lastSun", [ 1, 0, 0, "u" ], 0, "-" ] ] }, "titles": { "Atlantic/Canary": { "long": "GMT Standard Time", "group": "(GMT) Greenwich Mean Time : Dublin, Edinburgh, Lisbon, London" } } });