UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

140 lines 1.85 kB
const dm = require('@progress/kendo-date-math'); dm.loadTimezone({ "zones": { "Australia/Darwin": [ [ -523.3333333333333, "-", "LMT", -2364076800000 ], [ -540, "-", "ACST", -2230156800000 ], [ -570, "Aus", "AC%sT", null ] ] }, "rules": { "Aus": [ [ 1917, "only", "-", "Jan", "1", [ 2, 0, 0, "s" ], 60, "D" ], [ 1917, "only", "-", "Mar", "lastSun", [ 2, 0, 0, "s" ], 0, "S" ], [ 1942, "only", "-", "Jan", "1", [ 2, 0, 0, "s" ], 60, "D" ], [ 1942, "only", "-", "Mar", "lastSun", [ 2, 0, 0, "s" ], 0, "S" ], [ 1942, "only", "-", "Sep", "27", [ 2, 0, 0, "s" ], 60, "D" ], [ 1943, 1944, "-", "Mar", "lastSun", [ 2, 0, 0, "s" ], 0, "S" ], [ 1943, "only", "-", "Oct", "3", [ 2, 0, 0, "s" ], 60, "D" ] ] }, "titles": { "Australia/Darwin": { "long": "AUS Central Standard Time", "group": "(GMT+09:30) Darwin" } } });