UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

256 lines 3.33 kB
const dm = require('@progress/kendo-date-math'); dm.loadTimezone({ "zones": { "America/Phoenix": [ [ 448.3, "-", "LMT", -2717670498000 ], [ 420, "US", "M%sT", -820540740000 ], [ 420, "-", "MST", -812678340000 ], [ 420, "US", "M%sT", -796867140000 ], [ 420, "-", "MST", -63244800000 ], [ 420, "US", "M%sT", -56246400000 ], [ 420, "-", "MST", 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/Phoenix": { "long": "US Mountain Standard Time", "group": "(GMT-07:00) Arizona" } } });