UNPKG

@progress/kendo-date-math

Version:

Kendo UI typescript package exporting functions for Date manipulations

704 lines 9.03 kB
const dm = require('@progress/kendo-date-math'); dm.loadTimezone({ "zones": { "Europe/Amsterdam": [ [ -19.53333333333333, "-", "LMT", -4228761600000 ], [ -19.53333333333333, "Neth", "%s", -1025740800000 ], [ -20, "Neth", "+0020/+0120", -935020800000 ], [ -60, "C-Eur", "CE%sT", -781048800000 ], [ -60, "Neth", "CE%sT", 252374400000 ], [ -60, "EU", "CE%sT", null ] ] }, "rules": { "Neth": [ [ 1916, "only", "-", "May", "1", [ 0, 0, 0, null ], 60, "NST", "" ], [ 1916, "only", "-", "Oct", "1", [ 0, 0, 0, null ], 0, "AMT", "" ], [ 1917, "only", "-", "Apr", "16", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1917, "only", "-", "Sep", "17", [ 2, 0, 0, "s" ], 0, "AMT" ], [ 1918, 1921, "-", "Apr", "Mon>=1", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1918, 1921, "-", "Sep", "lastMon", [ 2, 0, 0, "s" ], 0, "AMT" ], [ 1922, "only", "-", "Mar", "lastSun", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1922, 1936, "-", "Oct", "Sun>=2", [ 2, 0, 0, "s" ], 0, "AMT" ], [ 1923, "only", "-", "Jun", "Fri>=1", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1924, "only", "-", "Mar", "lastSun", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1925, "only", "-", "Jun", "Fri>=1", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1926, 1931, "-", "May", "15", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1932, "only", "-", "May", "22", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1933, 1936, "-", "May", "15", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1937, "only", "-", "May", "22", [ 2, 0, 0, "s" ], 60, "NST" ], [ 1937, "only", "-", "Jul", "1", [ 0, 0, 0, null ], 60, "S" ], [ 1937, 1939, "-", "Oct", "Sun>=2", [ 2, 0, 0, "s" ], 0, "-" ], [ 1938, 1939, "-", "May", "15", [ 2, 0, 0, "s" ], 60, "S" ], [ 1945, "only", "-", "Apr", "2", [ 2, 0, 0, "s" ], 60, "S" ], [ 1945, "only", "-", "Sep", "16", [ 2, 0, 0, "s" ], 0, "-" ] ], "C-Eur": [ [ 1916, "only", "-", "Apr", "30", [ 23, 0, 0, null ], 60, "S" ], [ 1916, "only", "-", "Oct", "1", [ 1, 0, 0, null ], 0, "-" ], [ 1917, 1918, "-", "Apr", "Mon>=15", [ 2, 0, 0, "s" ], 60, "S" ], [ 1917, 1918, "-", "Sep", "Mon>=15", [ 2, 0, 0, "s" ], 0, "-" ], [ 1940, "only", "-", "Apr", "1", [ 2, 0, 0, "s" ], 60, "S" ], [ 1942, "only", "-", "Nov", "2", [ 2, 0, 0, "s" ], 0, "-" ], [ 1943, "only", "-", "Mar", "29", [ 2, 0, 0, "s" ], 60, "S" ], [ 1943, "only", "-", "Oct", "4", [ 2, 0, 0, "s" ], 0, "-" ], [ 1944, 1945, "-", "Apr", "Mon>=1", [ 2, 0, 0, "s" ], 60, "S" ], [ 1944, "only", "-", "Oct", "2", [ 2, 0, 0, "s" ], 0, "-" ], [ 1945, "only", "-", "Sep", "16", [ 2, 0, 0, "s" ], 0, "-" ], [ 1977, 1980, "-", "Apr", "Sun>=1", [ 2, 0, 0, "s" ], 60, "S" ], [ 1977, "only", "-", "Sep", "lastSun", [ 2, 0, 0, "s" ], 0, "-" ], [ 1978, "only", "-", "Oct", "1", [ 2, 0, 0, "s" ], 0, "-" ], [ 1979, 1995, "-", "Sep", "lastSun", [ 2, 0, 0, "s" ], 0, "-" ], [ 1981, "max", "-", "Mar", "lastSun", [ 2, 0, 0, "s" ], 60, "S" ], [ 1996, "max", "-", "Oct", "lastSun", [ 2, 0, 0, "s" ], 0, "-" ] ], "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": { "Europe/Amsterdam": { "long": "W. Europe Standard Time", "group": "(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna" } } });