UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

232 lines 3.05 kB
const dm = require('@progress/kendo-date-math'); dm.loadTimezone({ "zones": { "America/North_Dakota/Center": [ [ 405.2, "-", "LMT", -2717667912000 ], [ 420, "US", "M%sT", 719978400000 ], [ 360, "US", "C%sT", null ] ] }, "rules": { "US": [ [ 1918, 1919, "-", "Mar", "lastSun", [ 2, 0, 0, null ], 60, "D" ], [ 1918, 1919, "-", "Oct", "lastSun", [ 2, 0, 0, null ], 0, "S" ], [ 1942, "only", "-", "Feb", "9", [ 2, 0, 0, null ], 60, "W", "" ], [ 1945, "only", "-", "Aug", "14", [ 23, 0, 0, "u" ], 60, "P", "" ], [ 1945, "only", "-", "Sep", "30", [ 2, 0, 0, null ], 0, "S" ], [ 1967, 2006, "-", "Oct", "lastSun", [ 2, 0, 0, null ], 0, "S" ], [ 1967, 1973, "-", "Apr", "lastSun", [ 2, 0, 0, null ], 60, "D" ], [ 1974, "only", "-", "Jan", "6", [ 2, 0, 0, null ], 60, "D" ], [ 1975, "only", "-", "Feb", "lastSun", [ 2, 0, 0, null ], 60, "D" ], [ 1976, 1986, "-", "Apr", "lastSun", [ 2, 0, 0, null ], 60, "D" ], [ 1987, 2006, "-", "Apr", "Sun>=1", [ 2, 0, 0, null ], 60, "D" ], [ 2007, "max", "-", "Mar", "Sun>=8", [ 2, 0, 0, null ], 60, "D" ], [ 2007, "max", "-", "Nov", "Sun>=1", [ 2, 0, 0, null ], 0, "S" ] ] }, "titles": { "America/North_Dakota/Center": { "long": "Central Standard Time", "group": "(GMT-06:00) Central Time (US & Canada)" } } });