UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

373 lines 4.78 kB
const dm = require('@progress/kendo-date-math'); dm.loadTimezone({ "zones": { "Australia/Adelaide": [ [ -554.3333333333334, "-", "LMT", -2364076800000 ], [ -540, "-", "ACST", -2230156800000 ], [ -570, "Aus", "AC%sT", 62985600000 ], [ -570, "AS", "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" ] ], "AS": [ [ 1971, 1985, "-", "Oct", "lastSun", [ 2, 0, 0, "s" ], 60, "D" ], [ 1986, "only", "-", "Oct", "19", [ 2, 0, 0, "s" ], 60, "D" ], [ 1987, 2007, "-", "Oct", "lastSun", [ 2, 0, 0, "s" ], 60, "D" ], [ 1972, "only", "-", "Feb", "27", [ 2, 0, 0, "s" ], 0, "S" ], [ 1973, 1985, "-", "Mar", "Sun>=1", [ 2, 0, 0, "s" ], 0, "S" ], [ 1986, 1990, "-", "Mar", "Sun>=15", [ 2, 0, 0, "s" ], 0, "S" ], [ 1991, "only", "-", "Mar", "3", [ 2, 0, 0, "s" ], 0, "S" ], [ 1992, "only", "-", "Mar", "22", [ 2, 0, 0, "s" ], 0, "S" ], [ 1993, "only", "-", "Mar", "7", [ 2, 0, 0, "s" ], 0, "S" ], [ 1994, "only", "-", "Mar", "20", [ 2, 0, 0, "s" ], 0, "S" ], [ 1995, 2005, "-", "Mar", "lastSun", [ 2, 0, 0, "s" ], 0, "S" ], [ 2006, "only", "-", "Apr", "2", [ 2, 0, 0, "s" ], 0, "S" ], [ 2007, "only", "-", "Mar", "lastSun", [ 2, 0, 0, "s" ], 0, "S" ], [ 2008, "max", "-", "Apr", "Sun>=1", [ 2, 0, 0, "s" ], 0, "S" ], [ 2008, "max", "-", "Oct", "Sun>=1", [ 2, 0, 0, "s" ], 60, "D" ] ] }, "titles": { "Australia/Adelaide": { "long": "Cen. Australia Standard Time", "group": "(GMT+09:30) Adelaide" } } });