timezone 0.1.5 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (59) hide show
  1. data/.travis.yml +4 -0
  2. data/CHANGES.markdown +22 -0
  3. data/CONTRIBUTING.markdown +7 -0
  4. data/README.markdown +5 -1
  5. data/Rakefile +10 -0
  6. data/data/Africa/Cairo.json +0 -720
  7. data/data/Africa/Casablanca.json +18 -0
  8. data/data/Africa/Dar_es_Salaam.json +5 -5
  9. data/data/Africa/Juba.json +318 -0
  10. data/data/Africa/Kampala.json +5 -5
  11. data/data/Africa/Nairobi.json +5 -5
  12. data/data/America/Coral_Harbour.json +75 -0
  13. data/data/America/Creston.json +39 -0
  14. data/data/America/Goose_Bay.json +325 -316
  15. data/data/America/Havana.json +4 -4
  16. data/data/America/Juneau.json +6 -6
  17. data/data/America/Kralendijk.json +30 -0
  18. data/data/America/Lower_Princes.json +30 -0
  19. data/data/America/Metlakatla.json +345 -0
  20. data/data/America/North_Dakota/Beulah.json +1596 -0
  21. data/data/America/Resolute.json +313 -322
  22. data/data/America/Santiago.json +8 -8
  23. data/data/America/Sitka.json +1560 -0
  24. data/data/America/St_Johns.json +325 -316
  25. data/data/Asia/Anadyr.json +2 -713
  26. data/data/Asia/Hebron.json +876 -0
  27. data/data/Asia/Irkutsk.json +2 -713
  28. data/data/Asia/Istanbul.json +4 -4
  29. data/data/Asia/Kamchatka.json +2 -713
  30. data/data/Asia/Krasnoyarsk.json +2 -713
  31. data/data/Asia/Magadan.json +2 -713
  32. data/data/Asia/Novokuznetsk.json +2 -713
  33. data/data/Asia/Novosibirsk.json +2 -713
  34. data/data/Asia/Omsk.json +2 -713
  35. data/data/Asia/Sakhalin.json +2 -713
  36. data/data/Asia/Vladivostok.json +2 -713
  37. data/data/Asia/Yakutsk.json +2 -713
  38. data/data/Asia/Yekaterinburg.json +2 -713
  39. data/data/Atlantic/Stanley.json +0 -18
  40. data/data/Europe/Istanbul.json +4 -4
  41. data/data/Europe/Kaliningrad.json +2 -713
  42. data/data/Europe/Moscow.json +2 -713
  43. data/data/Europe/Samara.json +2 -713
  44. data/data/Europe/Volgograd.json +2 -713
  45. data/data/Pacific/Apia.json +32 -5
  46. data/data/Pacific/Chuuk.json +0 -0
  47. data/data/Pacific/Easter.json +8 -8
  48. data/data/Pacific/Fiji.json +4 -4
  49. data/data/Pacific/Honolulu.json +10 -19
  50. data/data/Pacific/Pohnpei.json +0 -0
  51. data/lib/timezone/rule.rb +30 -0
  52. data/lib/timezone/version.rb +1 -1
  53. data/lib/timezone/zone.rb +18 -1
  54. data/test/data/Helsinki_rules_without_timestamps.json +1017 -0
  55. data/test/rule_test.rb +42 -0
  56. data/test/timezone_test.rb +13 -10
  57. data/timezone.gemspec +3 -0
  58. metadata +54 -6
  59. data/data/LICENSE +0 -21
@@ -1704,717 +1704,726 @@
1704
1704
  {
1705
1705
  "_from": "2011-03-13T03:31:00Z",
1706
1706
  "from": 1299987060000,
1707
- "_to": "2011-11-06T02:31:00Z",
1708
- "to": 1320546660000,
1707
+ "_to": "2011-11-01T02:30:00Z",
1708
+ "to": 1320114600000,
1709
1709
  "dst": true,
1710
1710
  "offset": -9000,
1711
1711
  "name": "NDT"
1712
1712
  },
1713
1713
  {
1714
- "_from": "2011-11-06T02:31:00Z",
1715
- "from": 1320546660000,
1716
- "_to": "2012-03-11T03:31:00Z",
1717
- "to": 1331436660000,
1714
+ "_from": "2011-11-01T02:30:00Z",
1715
+ "from": 1320114600000,
1716
+ "_to": "2011-11-06T05:30:00Z",
1717
+ "to": 1320557400000,
1718
+ "dst": false,
1719
+ "offset": -12600,
1720
+ "name": "NT"
1721
+ },
1722
+ {
1723
+ "_from": "2011-11-06T05:30:00Z",
1724
+ "from": 1320557400000,
1725
+ "_to": "2012-03-11T05:30:00Z",
1726
+ "to": 1331443800000,
1718
1727
  "dst": false,
1719
1728
  "offset": -12600,
1720
1729
  "name": "NST"
1721
1730
  },
1722
1731
  {
1723
- "_from": "2012-03-11T03:31:00Z",
1724
- "from": 1331436660000,
1725
- "_to": "2012-11-04T02:31:00Z",
1726
- "to": 1351996260000,
1732
+ "_from": "2012-03-11T05:30:00Z",
1733
+ "from": 1331443800000,
1734
+ "_to": "2012-11-04T04:30:00Z",
1735
+ "to": 1352003400000,
1727
1736
  "dst": true,
1728
1737
  "offset": -9000,
1729
1738
  "name": "NDT"
1730
1739
  },
1731
1740
  {
1732
- "_from": "2012-11-04T02:31:00Z",
1733
- "from": 1351996260000,
1734
- "_to": "2013-03-10T03:31:00Z",
1735
- "to": 1362886260000,
1741
+ "_from": "2012-11-04T04:30:00Z",
1742
+ "from": 1352003400000,
1743
+ "_to": "2013-03-10T05:30:00Z",
1744
+ "to": 1362893400000,
1736
1745
  "dst": false,
1737
1746
  "offset": -12600,
1738
1747
  "name": "NST"
1739
1748
  },
1740
1749
  {
1741
- "_from": "2013-03-10T03:31:00Z",
1742
- "from": 1362886260000,
1743
- "_to": "2013-11-03T02:31:00Z",
1744
- "to": 1383445860000,
1750
+ "_from": "2013-03-10T05:30:00Z",
1751
+ "from": 1362893400000,
1752
+ "_to": "2013-11-03T04:30:00Z",
1753
+ "to": 1383453000000,
1745
1754
  "dst": true,
1746
1755
  "offset": -9000,
1747
1756
  "name": "NDT"
1748
1757
  },
1749
1758
  {
1750
- "_from": "2013-11-03T02:31:00Z",
1751
- "from": 1383445860000,
1752
- "_to": "2014-03-09T03:31:00Z",
1753
- "to": 1394335860000,
1759
+ "_from": "2013-11-03T04:30:00Z",
1760
+ "from": 1383453000000,
1761
+ "_to": "2014-03-09T05:30:00Z",
1762
+ "to": 1394343000000,
1754
1763
  "dst": false,
1755
1764
  "offset": -12600,
1756
1765
  "name": "NST"
1757
1766
  },
1758
1767
  {
1759
- "_from": "2014-03-09T03:31:00Z",
1760
- "from": 1394335860000,
1761
- "_to": "2014-11-02T02:31:00Z",
1762
- "to": 1414895460000,
1768
+ "_from": "2014-03-09T05:30:00Z",
1769
+ "from": 1394343000000,
1770
+ "_to": "2014-11-02T04:30:00Z",
1771
+ "to": 1414902600000,
1763
1772
  "dst": true,
1764
1773
  "offset": -9000,
1765
1774
  "name": "NDT"
1766
1775
  },
1767
1776
  {
1768
- "_from": "2014-11-02T02:31:00Z",
1769
- "from": 1414895460000,
1770
- "_to": "2015-03-08T03:31:00Z",
1771
- "to": 1425785460000,
1777
+ "_from": "2014-11-02T04:30:00Z",
1778
+ "from": 1414902600000,
1779
+ "_to": "2015-03-08T05:30:00Z",
1780
+ "to": 1425792600000,
1772
1781
  "dst": false,
1773
1782
  "offset": -12600,
1774
1783
  "name": "NST"
1775
1784
  },
1776
1785
  {
1777
- "_from": "2015-03-08T03:31:00Z",
1778
- "from": 1425785460000,
1779
- "_to": "2015-11-01T02:31:00Z",
1780
- "to": 1446345060000,
1786
+ "_from": "2015-03-08T05:30:00Z",
1787
+ "from": 1425792600000,
1788
+ "_to": "2015-11-01T04:30:00Z",
1789
+ "to": 1446352200000,
1781
1790
  "dst": true,
1782
1791
  "offset": -9000,
1783
1792
  "name": "NDT"
1784
1793
  },
1785
1794
  {
1786
- "_from": "2015-11-01T02:31:00Z",
1787
- "from": 1446345060000,
1788
- "_to": "2016-03-13T03:31:00Z",
1789
- "to": 1457839860000,
1795
+ "_from": "2015-11-01T04:30:00Z",
1796
+ "from": 1446352200000,
1797
+ "_to": "2016-03-13T05:30:00Z",
1798
+ "to": 1457847000000,
1790
1799
  "dst": false,
1791
1800
  "offset": -12600,
1792
1801
  "name": "NST"
1793
1802
  },
1794
1803
  {
1795
- "_from": "2016-03-13T03:31:00Z",
1796
- "from": 1457839860000,
1797
- "_to": "2016-11-06T02:31:00Z",
1798
- "to": 1478399460000,
1804
+ "_from": "2016-03-13T05:30:00Z",
1805
+ "from": 1457847000000,
1806
+ "_to": "2016-11-06T04:30:00Z",
1807
+ "to": 1478406600000,
1799
1808
  "dst": true,
1800
1809
  "offset": -9000,
1801
1810
  "name": "NDT"
1802
1811
  },
1803
1812
  {
1804
- "_from": "2016-11-06T02:31:00Z",
1805
- "from": 1478399460000,
1806
- "_to": "2017-03-12T03:31:00Z",
1807
- "to": 1489289460000,
1813
+ "_from": "2016-11-06T04:30:00Z",
1814
+ "from": 1478406600000,
1815
+ "_to": "2017-03-12T05:30:00Z",
1816
+ "to": 1489296600000,
1808
1817
  "dst": false,
1809
1818
  "offset": -12600,
1810
1819
  "name": "NST"
1811
1820
  },
1812
1821
  {
1813
- "_from": "2017-03-12T03:31:00Z",
1814
- "from": 1489289460000,
1815
- "_to": "2017-11-05T02:31:00Z",
1816
- "to": 1509849060000,
1822
+ "_from": "2017-03-12T05:30:00Z",
1823
+ "from": 1489296600000,
1824
+ "_to": "2017-11-05T04:30:00Z",
1825
+ "to": 1509856200000,
1817
1826
  "dst": true,
1818
1827
  "offset": -9000,
1819
1828
  "name": "NDT"
1820
1829
  },
1821
1830
  {
1822
- "_from": "2017-11-05T02:31:00Z",
1823
- "from": 1509849060000,
1824
- "_to": "2018-03-11T03:31:00Z",
1825
- "to": 1520739060000,
1831
+ "_from": "2017-11-05T04:30:00Z",
1832
+ "from": 1509856200000,
1833
+ "_to": "2018-03-11T05:30:00Z",
1834
+ "to": 1520746200000,
1826
1835
  "dst": false,
1827
1836
  "offset": -12600,
1828
1837
  "name": "NST"
1829
1838
  },
1830
1839
  {
1831
- "_from": "2018-03-11T03:31:00Z",
1832
- "from": 1520739060000,
1833
- "_to": "2018-11-04T02:31:00Z",
1834
- "to": 1541298660000,
1840
+ "_from": "2018-03-11T05:30:00Z",
1841
+ "from": 1520746200000,
1842
+ "_to": "2018-11-04T04:30:00Z",
1843
+ "to": 1541305800000,
1835
1844
  "dst": true,
1836
1845
  "offset": -9000,
1837
1846
  "name": "NDT"
1838
1847
  },
1839
1848
  {
1840
- "_from": "2018-11-04T02:31:00Z",
1841
- "from": 1541298660000,
1842
- "_to": "2019-03-10T03:31:00Z",
1843
- "to": 1552188660000,
1849
+ "_from": "2018-11-04T04:30:00Z",
1850
+ "from": 1541305800000,
1851
+ "_to": "2019-03-10T05:30:00Z",
1852
+ "to": 1552195800000,
1844
1853
  "dst": false,
1845
1854
  "offset": -12600,
1846
1855
  "name": "NST"
1847
1856
  },
1848
1857
  {
1849
- "_from": "2019-03-10T03:31:00Z",
1850
- "from": 1552188660000,
1851
- "_to": "2019-11-03T02:31:00Z",
1852
- "to": 1572748260000,
1858
+ "_from": "2019-03-10T05:30:00Z",
1859
+ "from": 1552195800000,
1860
+ "_to": "2019-11-03T04:30:00Z",
1861
+ "to": 1572755400000,
1853
1862
  "dst": true,
1854
1863
  "offset": -9000,
1855
1864
  "name": "NDT"
1856
1865
  },
1857
1866
  {
1858
- "_from": "2019-11-03T02:31:00Z",
1859
- "from": 1572748260000,
1860
- "_to": "2020-03-08T03:31:00Z",
1861
- "to": 1583638260000,
1867
+ "_from": "2019-11-03T04:30:00Z",
1868
+ "from": 1572755400000,
1869
+ "_to": "2020-03-08T05:30:00Z",
1870
+ "to": 1583645400000,
1862
1871
  "dst": false,
1863
1872
  "offset": -12600,
1864
1873
  "name": "NST"
1865
1874
  },
1866
1875
  {
1867
- "_from": "2020-03-08T03:31:00Z",
1868
- "from": 1583638260000,
1869
- "_to": "2020-11-01T02:31:00Z",
1870
- "to": 1604197860000,
1876
+ "_from": "2020-03-08T05:30:00Z",
1877
+ "from": 1583645400000,
1878
+ "_to": "2020-11-01T04:30:00Z",
1879
+ "to": 1604205000000,
1871
1880
  "dst": true,
1872
1881
  "offset": -9000,
1873
1882
  "name": "NDT"
1874
1883
  },
1875
1884
  {
1876
- "_from": "2020-11-01T02:31:00Z",
1877
- "from": 1604197860000,
1878
- "_to": "2021-03-14T03:31:00Z",
1879
- "to": 1615692660000,
1885
+ "_from": "2020-11-01T04:30:00Z",
1886
+ "from": 1604205000000,
1887
+ "_to": "2021-03-14T05:30:00Z",
1888
+ "to": 1615699800000,
1880
1889
  "dst": false,
1881
1890
  "offset": -12600,
1882
1891
  "name": "NST"
1883
1892
  },
1884
1893
  {
1885
- "_from": "2021-03-14T03:31:00Z",
1886
- "from": 1615692660000,
1887
- "_to": "2021-11-07T02:31:00Z",
1888
- "to": 1636252260000,
1894
+ "_from": "2021-03-14T05:30:00Z",
1895
+ "from": 1615699800000,
1896
+ "_to": "2021-11-07T04:30:00Z",
1897
+ "to": 1636259400000,
1889
1898
  "dst": true,
1890
1899
  "offset": -9000,
1891
1900
  "name": "NDT"
1892
1901
  },
1893
1902
  {
1894
- "_from": "2021-11-07T02:31:00Z",
1895
- "from": 1636252260000,
1896
- "_to": "2022-03-13T03:31:00Z",
1897
- "to": 1647142260000,
1903
+ "_from": "2021-11-07T04:30:00Z",
1904
+ "from": 1636259400000,
1905
+ "_to": "2022-03-13T05:30:00Z",
1906
+ "to": 1647149400000,
1898
1907
  "dst": false,
1899
1908
  "offset": -12600,
1900
1909
  "name": "NST"
1901
1910
  },
1902
1911
  {
1903
- "_from": "2022-03-13T03:31:00Z",
1904
- "from": 1647142260000,
1905
- "_to": "2022-11-06T02:31:00Z",
1906
- "to": 1667701860000,
1912
+ "_from": "2022-03-13T05:30:00Z",
1913
+ "from": 1647149400000,
1914
+ "_to": "2022-11-06T04:30:00Z",
1915
+ "to": 1667709000000,
1907
1916
  "dst": true,
1908
1917
  "offset": -9000,
1909
1918
  "name": "NDT"
1910
1919
  },
1911
1920
  {
1912
- "_from": "2022-11-06T02:31:00Z",
1913
- "from": 1667701860000,
1914
- "_to": "2023-03-12T03:31:00Z",
1915
- "to": 1678591860000,
1921
+ "_from": "2022-11-06T04:30:00Z",
1922
+ "from": 1667709000000,
1923
+ "_to": "2023-03-12T05:30:00Z",
1924
+ "to": 1678599000000,
1916
1925
  "dst": false,
1917
1926
  "offset": -12600,
1918
1927
  "name": "NST"
1919
1928
  },
1920
1929
  {
1921
- "_from": "2023-03-12T03:31:00Z",
1922
- "from": 1678591860000,
1923
- "_to": "2023-11-05T02:31:00Z",
1924
- "to": 1699151460000,
1930
+ "_from": "2023-03-12T05:30:00Z",
1931
+ "from": 1678599000000,
1932
+ "_to": "2023-11-05T04:30:00Z",
1933
+ "to": 1699158600000,
1925
1934
  "dst": true,
1926
1935
  "offset": -9000,
1927
1936
  "name": "NDT"
1928
1937
  },
1929
1938
  {
1930
- "_from": "2023-11-05T02:31:00Z",
1931
- "from": 1699151460000,
1932
- "_to": "2024-03-10T03:31:00Z",
1933
- "to": 1710041460000,
1939
+ "_from": "2023-11-05T04:30:00Z",
1940
+ "from": 1699158600000,
1941
+ "_to": "2024-03-10T05:30:00Z",
1942
+ "to": 1710048600000,
1934
1943
  "dst": false,
1935
1944
  "offset": -12600,
1936
1945
  "name": "NST"
1937
1946
  },
1938
1947
  {
1939
- "_from": "2024-03-10T03:31:00Z",
1940
- "from": 1710041460000,
1941
- "_to": "2024-11-03T02:31:00Z",
1942
- "to": 1730601060000,
1948
+ "_from": "2024-03-10T05:30:00Z",
1949
+ "from": 1710048600000,
1950
+ "_to": "2024-11-03T04:30:00Z",
1951
+ "to": 1730608200000,
1943
1952
  "dst": true,
1944
1953
  "offset": -9000,
1945
1954
  "name": "NDT"
1946
1955
  },
1947
1956
  {
1948
- "_from": "2024-11-03T02:31:00Z",
1949
- "from": 1730601060000,
1950
- "_to": "2025-03-09T03:31:00Z",
1951
- "to": 1741491060000,
1957
+ "_from": "2024-11-03T04:30:00Z",
1958
+ "from": 1730608200000,
1959
+ "_to": "2025-03-09T05:30:00Z",
1960
+ "to": 1741498200000,
1952
1961
  "dst": false,
1953
1962
  "offset": -12600,
1954
1963
  "name": "NST"
1955
1964
  },
1956
1965
  {
1957
- "_from": "2025-03-09T03:31:00Z",
1958
- "from": 1741491060000,
1959
- "_to": "2025-11-02T02:31:00Z",
1960
- "to": 1762050660000,
1966
+ "_from": "2025-03-09T05:30:00Z",
1967
+ "from": 1741498200000,
1968
+ "_to": "2025-11-02T04:30:00Z",
1969
+ "to": 1762057800000,
1961
1970
  "dst": true,
1962
1971
  "offset": -9000,
1963
1972
  "name": "NDT"
1964
1973
  },
1965
1974
  {
1966
- "_from": "2025-11-02T02:31:00Z",
1967
- "from": 1762050660000,
1968
- "_to": "2026-03-08T03:31:00Z",
1969
- "to": 1772940660000,
1975
+ "_from": "2025-11-02T04:30:00Z",
1976
+ "from": 1762057800000,
1977
+ "_to": "2026-03-08T05:30:00Z",
1978
+ "to": 1772947800000,
1970
1979
  "dst": false,
1971
1980
  "offset": -12600,
1972
1981
  "name": "NST"
1973
1982
  },
1974
1983
  {
1975
- "_from": "2026-03-08T03:31:00Z",
1976
- "from": 1772940660000,
1977
- "_to": "2026-11-01T02:31:00Z",
1978
- "to": 1793500260000,
1984
+ "_from": "2026-03-08T05:30:00Z",
1985
+ "from": 1772947800000,
1986
+ "_to": "2026-11-01T04:30:00Z",
1987
+ "to": 1793507400000,
1979
1988
  "dst": true,
1980
1989
  "offset": -9000,
1981
1990
  "name": "NDT"
1982
1991
  },
1983
1992
  {
1984
- "_from": "2026-11-01T02:31:00Z",
1985
- "from": 1793500260000,
1986
- "_to": "2027-03-14T03:31:00Z",
1987
- "to": 1804995060000,
1993
+ "_from": "2026-11-01T04:30:00Z",
1994
+ "from": 1793507400000,
1995
+ "_to": "2027-03-14T05:30:00Z",
1996
+ "to": 1805002200000,
1988
1997
  "dst": false,
1989
1998
  "offset": -12600,
1990
1999
  "name": "NST"
1991
2000
  },
1992
2001
  {
1993
- "_from": "2027-03-14T03:31:00Z",
1994
- "from": 1804995060000,
1995
- "_to": "2027-11-07T02:31:00Z",
1996
- "to": 1825554660000,
2002
+ "_from": "2027-03-14T05:30:00Z",
2003
+ "from": 1805002200000,
2004
+ "_to": "2027-11-07T04:30:00Z",
2005
+ "to": 1825561800000,
1997
2006
  "dst": true,
1998
2007
  "offset": -9000,
1999
2008
  "name": "NDT"
2000
2009
  },
2001
2010
  {
2002
- "_from": "2027-11-07T02:31:00Z",
2003
- "from": 1825554660000,
2004
- "_to": "2028-03-12T03:31:00Z",
2005
- "to": 1836444660000,
2011
+ "_from": "2027-11-07T04:30:00Z",
2012
+ "from": 1825561800000,
2013
+ "_to": "2028-03-12T05:30:00Z",
2014
+ "to": 1836451800000,
2006
2015
  "dst": false,
2007
2016
  "offset": -12600,
2008
2017
  "name": "NST"
2009
2018
  },
2010
2019
  {
2011
- "_from": "2028-03-12T03:31:00Z",
2012
- "from": 1836444660000,
2013
- "_to": "2028-11-05T02:31:00Z",
2014
- "to": 1857004260000,
2020
+ "_from": "2028-03-12T05:30:00Z",
2021
+ "from": 1836451800000,
2022
+ "_to": "2028-11-05T04:30:00Z",
2023
+ "to": 1857011400000,
2015
2024
  "dst": true,
2016
2025
  "offset": -9000,
2017
2026
  "name": "NDT"
2018
2027
  },
2019
2028
  {
2020
- "_from": "2028-11-05T02:31:00Z",
2021
- "from": 1857004260000,
2022
- "_to": "2029-03-11T03:31:00Z",
2023
- "to": 1867894260000,
2029
+ "_from": "2028-11-05T04:30:00Z",
2030
+ "from": 1857011400000,
2031
+ "_to": "2029-03-11T05:30:00Z",
2032
+ "to": 1867901400000,
2024
2033
  "dst": false,
2025
2034
  "offset": -12600,
2026
2035
  "name": "NST"
2027
2036
  },
2028
2037
  {
2029
- "_from": "2029-03-11T03:31:00Z",
2030
- "from": 1867894260000,
2031
- "_to": "2029-11-04T02:31:00Z",
2032
- "to": 1888453860000,
2038
+ "_from": "2029-03-11T05:30:00Z",
2039
+ "from": 1867901400000,
2040
+ "_to": "2029-11-04T04:30:00Z",
2041
+ "to": 1888461000000,
2033
2042
  "dst": true,
2034
2043
  "offset": -9000,
2035
2044
  "name": "NDT"
2036
2045
  },
2037
2046
  {
2038
- "_from": "2029-11-04T02:31:00Z",
2039
- "from": 1888453860000,
2040
- "_to": "2030-03-10T03:31:00Z",
2041
- "to": 1899343860000,
2047
+ "_from": "2029-11-04T04:30:00Z",
2048
+ "from": 1888461000000,
2049
+ "_to": "2030-03-10T05:30:00Z",
2050
+ "to": 1899351000000,
2042
2051
  "dst": false,
2043
2052
  "offset": -12600,
2044
2053
  "name": "NST"
2045
2054
  },
2046
2055
  {
2047
- "_from": "2030-03-10T03:31:00Z",
2048
- "from": 1899343860000,
2049
- "_to": "2030-11-03T02:31:00Z",
2050
- "to": 1919903460000,
2056
+ "_from": "2030-03-10T05:30:00Z",
2057
+ "from": 1899351000000,
2058
+ "_to": "2030-11-03T04:30:00Z",
2059
+ "to": 1919910600000,
2051
2060
  "dst": true,
2052
2061
  "offset": -9000,
2053
2062
  "name": "NDT"
2054
2063
  },
2055
2064
  {
2056
- "_from": "2030-11-03T02:31:00Z",
2057
- "from": 1919903460000,
2058
- "_to": "2031-03-09T03:31:00Z",
2059
- "to": 1930793460000,
2065
+ "_from": "2030-11-03T04:30:00Z",
2066
+ "from": 1919910600000,
2067
+ "_to": "2031-03-09T05:30:00Z",
2068
+ "to": 1930800600000,
2060
2069
  "dst": false,
2061
2070
  "offset": -12600,
2062
2071
  "name": "NST"
2063
2072
  },
2064
2073
  {
2065
- "_from": "2031-03-09T03:31:00Z",
2066
- "from": 1930793460000,
2067
- "_to": "2031-11-02T02:31:00Z",
2068
- "to": 1951353060000,
2074
+ "_from": "2031-03-09T05:30:00Z",
2075
+ "from": 1930800600000,
2076
+ "_to": "2031-11-02T04:30:00Z",
2077
+ "to": 1951360200000,
2069
2078
  "dst": true,
2070
2079
  "offset": -9000,
2071
2080
  "name": "NDT"
2072
2081
  },
2073
2082
  {
2074
- "_from": "2031-11-02T02:31:00Z",
2075
- "from": 1951353060000,
2076
- "_to": "2032-03-14T03:31:00Z",
2077
- "to": 1962847860000,
2083
+ "_from": "2031-11-02T04:30:00Z",
2084
+ "from": 1951360200000,
2085
+ "_to": "2032-03-14T05:30:00Z",
2086
+ "to": 1962855000000,
2078
2087
  "dst": false,
2079
2088
  "offset": -12600,
2080
2089
  "name": "NST"
2081
2090
  },
2082
2091
  {
2083
- "_from": "2032-03-14T03:31:00Z",
2084
- "from": 1962847860000,
2085
- "_to": "2032-11-07T02:31:00Z",
2086
- "to": 1983407460000,
2092
+ "_from": "2032-03-14T05:30:00Z",
2093
+ "from": 1962855000000,
2094
+ "_to": "2032-11-07T04:30:00Z",
2095
+ "to": 1983414600000,
2087
2096
  "dst": true,
2088
2097
  "offset": -9000,
2089
2098
  "name": "NDT"
2090
2099
  },
2091
2100
  {
2092
- "_from": "2032-11-07T02:31:00Z",
2093
- "from": 1983407460000,
2094
- "_to": "2033-03-13T03:31:00Z",
2095
- "to": 1994297460000,
2101
+ "_from": "2032-11-07T04:30:00Z",
2102
+ "from": 1983414600000,
2103
+ "_to": "2033-03-13T05:30:00Z",
2104
+ "to": 1994304600000,
2096
2105
  "dst": false,
2097
2106
  "offset": -12600,
2098
2107
  "name": "NST"
2099
2108
  },
2100
2109
  {
2101
- "_from": "2033-03-13T03:31:00Z",
2102
- "from": 1994297460000,
2103
- "_to": "2033-11-06T02:31:00Z",
2104
- "to": 2014857060000,
2110
+ "_from": "2033-03-13T05:30:00Z",
2111
+ "from": 1994304600000,
2112
+ "_to": "2033-11-06T04:30:00Z",
2113
+ "to": 2014864200000,
2105
2114
  "dst": true,
2106
2115
  "offset": -9000,
2107
2116
  "name": "NDT"
2108
2117
  },
2109
2118
  {
2110
- "_from": "2033-11-06T02:31:00Z",
2111
- "from": 2014857060000,
2112
- "_to": "2034-03-12T03:31:00Z",
2113
- "to": 2025747060000,
2119
+ "_from": "2033-11-06T04:30:00Z",
2120
+ "from": 2014864200000,
2121
+ "_to": "2034-03-12T05:30:00Z",
2122
+ "to": 2025754200000,
2114
2123
  "dst": false,
2115
2124
  "offset": -12600,
2116
2125
  "name": "NST"
2117
2126
  },
2118
2127
  {
2119
- "_from": "2034-03-12T03:31:00Z",
2120
- "from": 2025747060000,
2121
- "_to": "2034-11-05T02:31:00Z",
2122
- "to": 2046306660000,
2128
+ "_from": "2034-03-12T05:30:00Z",
2129
+ "from": 2025754200000,
2130
+ "_to": "2034-11-05T04:30:00Z",
2131
+ "to": 2046313800000,
2123
2132
  "dst": true,
2124
2133
  "offset": -9000,
2125
2134
  "name": "NDT"
2126
2135
  },
2127
2136
  {
2128
- "_from": "2034-11-05T02:31:00Z",
2129
- "from": 2046306660000,
2130
- "_to": "2035-03-11T03:31:00Z",
2131
- "to": 2057196660000,
2137
+ "_from": "2034-11-05T04:30:00Z",
2138
+ "from": 2046313800000,
2139
+ "_to": "2035-03-11T05:30:00Z",
2140
+ "to": 2057203800000,
2132
2141
  "dst": false,
2133
2142
  "offset": -12600,
2134
2143
  "name": "NST"
2135
2144
  },
2136
2145
  {
2137
- "_from": "2035-03-11T03:31:00Z",
2138
- "from": 2057196660000,
2139
- "_to": "2035-11-04T02:31:00Z",
2140
- "to": 2077756260000,
2146
+ "_from": "2035-03-11T05:30:00Z",
2147
+ "from": 2057203800000,
2148
+ "_to": "2035-11-04T04:30:00Z",
2149
+ "to": 2077763400000,
2141
2150
  "dst": true,
2142
2151
  "offset": -9000,
2143
2152
  "name": "NDT"
2144
2153
  },
2145
2154
  {
2146
- "_from": "2035-11-04T02:31:00Z",
2147
- "from": 2077756260000,
2148
- "_to": "2036-03-09T03:31:00Z",
2149
- "to": 2088646260000,
2155
+ "_from": "2035-11-04T04:30:00Z",
2156
+ "from": 2077763400000,
2157
+ "_to": "2036-03-09T05:30:00Z",
2158
+ "to": 2088653400000,
2150
2159
  "dst": false,
2151
2160
  "offset": -12600,
2152
2161
  "name": "NST"
2153
2162
  },
2154
2163
  {
2155
- "_from": "2036-03-09T03:31:00Z",
2156
- "from": 2088646260000,
2157
- "_to": "2036-11-02T02:31:00Z",
2158
- "to": 2109205860000,
2164
+ "_from": "2036-03-09T05:30:00Z",
2165
+ "from": 2088653400000,
2166
+ "_to": "2036-11-02T04:30:00Z",
2167
+ "to": 2109213000000,
2159
2168
  "dst": true,
2160
2169
  "offset": -9000,
2161
2170
  "name": "NDT"
2162
2171
  },
2163
2172
  {
2164
- "_from": "2036-11-02T02:31:00Z",
2165
- "from": 2109205860000,
2166
- "_to": "2037-03-08T03:31:00Z",
2167
- "to": 2120095860000,
2173
+ "_from": "2036-11-02T04:30:00Z",
2174
+ "from": 2109213000000,
2175
+ "_to": "2037-03-08T05:30:00Z",
2176
+ "to": 2120103000000,
2168
2177
  "dst": false,
2169
2178
  "offset": -12600,
2170
2179
  "name": "NST"
2171
2180
  },
2172
2181
  {
2173
- "_from": "2037-03-08T03:31:00Z",
2174
- "from": 2120095860000,
2175
- "_to": "2037-11-01T02:31:00Z",
2176
- "to": 2140655460000,
2182
+ "_from": "2037-03-08T05:30:00Z",
2183
+ "from": 2120103000000,
2184
+ "_to": "2037-11-01T04:30:00Z",
2185
+ "to": 2140662600000,
2177
2186
  "dst": true,
2178
2187
  "offset": -9000,
2179
2188
  "name": "NDT"
2180
2189
  },
2181
2190
  {
2182
- "_from": "2037-11-01T02:31:00Z",
2183
- "from": 2140655460000,
2184
- "_to": "2038-03-14T03:31:00Z",
2185
- "to": 2152150260000,
2191
+ "_from": "2037-11-01T04:30:00Z",
2192
+ "from": 2140662600000,
2193
+ "_to": "2038-03-14T05:30:00Z",
2194
+ "to": 2152157400000,
2186
2195
  "dst": false,
2187
2196
  "offset": -12600,
2188
2197
  "name": "NST"
2189
2198
  },
2190
2199
  {
2191
- "_from": "2038-03-14T03:31:00Z",
2192
- "from": 2152150260000,
2193
- "_to": "2038-11-07T02:31:00Z",
2194
- "to": 2172709860000,
2200
+ "_from": "2038-03-14T05:30:00Z",
2201
+ "from": 2152157400000,
2202
+ "_to": "2038-11-07T04:30:00Z",
2203
+ "to": 2172717000000,
2195
2204
  "dst": true,
2196
2205
  "offset": -9000,
2197
2206
  "name": "NDT"
2198
2207
  },
2199
2208
  {
2200
- "_from": "2038-11-07T02:31:00Z",
2201
- "from": 2172709860000,
2202
- "_to": "2039-03-13T03:31:00Z",
2203
- "to": 2183599860000,
2209
+ "_from": "2038-11-07T04:30:00Z",
2210
+ "from": 2172717000000,
2211
+ "_to": "2039-03-13T05:30:00Z",
2212
+ "to": 2183607000000,
2204
2213
  "dst": false,
2205
2214
  "offset": -12600,
2206
2215
  "name": "NST"
2207
2216
  },
2208
2217
  {
2209
- "_from": "2039-03-13T03:31:00Z",
2210
- "from": 2183599860000,
2211
- "_to": "2039-11-06T02:31:00Z",
2212
- "to": 2204159460000,
2218
+ "_from": "2039-03-13T05:30:00Z",
2219
+ "from": 2183607000000,
2220
+ "_to": "2039-11-06T04:30:00Z",
2221
+ "to": 2204166600000,
2213
2222
  "dst": true,
2214
2223
  "offset": -9000,
2215
2224
  "name": "NDT"
2216
2225
  },
2217
2226
  {
2218
- "_from": "2039-11-06T02:31:00Z",
2219
- "from": 2204159460000,
2220
- "_to": "2040-03-11T03:31:00Z",
2221
- "to": 2215049460000,
2227
+ "_from": "2039-11-06T04:30:00Z",
2228
+ "from": 2204166600000,
2229
+ "_to": "2040-03-11T05:30:00Z",
2230
+ "to": 2215056600000,
2222
2231
  "dst": false,
2223
2232
  "offset": -12600,
2224
2233
  "name": "NST"
2225
2234
  },
2226
2235
  {
2227
- "_from": "2040-03-11T03:31:00Z",
2228
- "from": 2215049460000,
2229
- "_to": "2040-11-04T02:31:00Z",
2230
- "to": 2235609060000,
2236
+ "_from": "2040-03-11T05:30:00Z",
2237
+ "from": 2215056600000,
2238
+ "_to": "2040-11-04T04:30:00Z",
2239
+ "to": 2235616200000,
2231
2240
  "dst": true,
2232
2241
  "offset": -9000,
2233
2242
  "name": "NDT"
2234
2243
  },
2235
2244
  {
2236
- "_from": "2040-11-04T02:31:00Z",
2237
- "from": 2235609060000,
2238
- "_to": "2041-03-10T03:31:00Z",
2239
- "to": 2246499060000,
2245
+ "_from": "2040-11-04T04:30:00Z",
2246
+ "from": 2235616200000,
2247
+ "_to": "2041-03-10T05:30:00Z",
2248
+ "to": 2246506200000,
2240
2249
  "dst": false,
2241
2250
  "offset": -12600,
2242
2251
  "name": "NST"
2243
2252
  },
2244
2253
  {
2245
- "_from": "2041-03-10T03:31:00Z",
2246
- "from": 2246499060000,
2247
- "_to": "2041-11-03T02:31:00Z",
2248
- "to": 2267058660000,
2254
+ "_from": "2041-03-10T05:30:00Z",
2255
+ "from": 2246506200000,
2256
+ "_to": "2041-11-03T04:30:00Z",
2257
+ "to": 2267065800000,
2249
2258
  "dst": true,
2250
2259
  "offset": -9000,
2251
2260
  "name": "NDT"
2252
2261
  },
2253
2262
  {
2254
- "_from": "2041-11-03T02:31:00Z",
2255
- "from": 2267058660000,
2256
- "_to": "2042-03-09T03:31:00Z",
2257
- "to": 2277948660000,
2263
+ "_from": "2041-11-03T04:30:00Z",
2264
+ "from": 2267065800000,
2265
+ "_to": "2042-03-09T05:30:00Z",
2266
+ "to": 2277955800000,
2258
2267
  "dst": false,
2259
2268
  "offset": -12600,
2260
2269
  "name": "NST"
2261
2270
  },
2262
2271
  {
2263
- "_from": "2042-03-09T03:31:00Z",
2264
- "from": 2277948660000,
2265
- "_to": "2042-11-02T02:31:00Z",
2266
- "to": 2298508260000,
2272
+ "_from": "2042-03-09T05:30:00Z",
2273
+ "from": 2277955800000,
2274
+ "_to": "2042-11-02T04:30:00Z",
2275
+ "to": 2298515400000,
2267
2276
  "dst": true,
2268
2277
  "offset": -9000,
2269
2278
  "name": "NDT"
2270
2279
  },
2271
2280
  {
2272
- "_from": "2042-11-02T02:31:00Z",
2273
- "from": 2298508260000,
2274
- "_to": "2043-03-08T03:31:00Z",
2275
- "to": 2309398260000,
2281
+ "_from": "2042-11-02T04:30:00Z",
2282
+ "from": 2298515400000,
2283
+ "_to": "2043-03-08T05:30:00Z",
2284
+ "to": 2309405400000,
2276
2285
  "dst": false,
2277
2286
  "offset": -12600,
2278
2287
  "name": "NST"
2279
2288
  },
2280
2289
  {
2281
- "_from": "2043-03-08T03:31:00Z",
2282
- "from": 2309398260000,
2283
- "_to": "2043-11-01T02:31:00Z",
2284
- "to": 2329957860000,
2290
+ "_from": "2043-03-08T05:30:00Z",
2291
+ "from": 2309405400000,
2292
+ "_to": "2043-11-01T04:30:00Z",
2293
+ "to": 2329965000000,
2285
2294
  "dst": true,
2286
2295
  "offset": -9000,
2287
2296
  "name": "NDT"
2288
2297
  },
2289
2298
  {
2290
- "_from": "2043-11-01T02:31:00Z",
2291
- "from": 2329957860000,
2292
- "_to": "2044-03-13T03:31:00Z",
2293
- "to": 2341452660000,
2299
+ "_from": "2043-11-01T04:30:00Z",
2300
+ "from": 2329965000000,
2301
+ "_to": "2044-03-13T05:30:00Z",
2302
+ "to": 2341459800000,
2294
2303
  "dst": false,
2295
2304
  "offset": -12600,
2296
2305
  "name": "NST"
2297
2306
  },
2298
2307
  {
2299
- "_from": "2044-03-13T03:31:00Z",
2300
- "from": 2341452660000,
2301
- "_to": "2044-11-06T02:31:00Z",
2302
- "to": 2362012260000,
2308
+ "_from": "2044-03-13T05:30:00Z",
2309
+ "from": 2341459800000,
2310
+ "_to": "2044-11-06T04:30:00Z",
2311
+ "to": 2362019400000,
2303
2312
  "dst": true,
2304
2313
  "offset": -9000,
2305
2314
  "name": "NDT"
2306
2315
  },
2307
2316
  {
2308
- "_from": "2044-11-06T02:31:00Z",
2309
- "from": 2362012260000,
2310
- "_to": "2045-03-12T03:31:00Z",
2311
- "to": 2372902260000,
2317
+ "_from": "2044-11-06T04:30:00Z",
2318
+ "from": 2362019400000,
2319
+ "_to": "2045-03-12T05:30:00Z",
2320
+ "to": 2372909400000,
2312
2321
  "dst": false,
2313
2322
  "offset": -12600,
2314
2323
  "name": "NST"
2315
2324
  },
2316
2325
  {
2317
- "_from": "2045-03-12T03:31:00Z",
2318
- "from": 2372902260000,
2319
- "_to": "2045-11-05T02:31:00Z",
2320
- "to": 2393461860000,
2326
+ "_from": "2045-03-12T05:30:00Z",
2327
+ "from": 2372909400000,
2328
+ "_to": "2045-11-05T04:30:00Z",
2329
+ "to": 2393469000000,
2321
2330
  "dst": true,
2322
2331
  "offset": -9000,
2323
2332
  "name": "NDT"
2324
2333
  },
2325
2334
  {
2326
- "_from": "2045-11-05T02:31:00Z",
2327
- "from": 2393461860000,
2328
- "_to": "2046-03-11T03:31:00Z",
2329
- "to": 2404351860000,
2335
+ "_from": "2045-11-05T04:30:00Z",
2336
+ "from": 2393469000000,
2337
+ "_to": "2046-03-11T05:30:00Z",
2338
+ "to": 2404359000000,
2330
2339
  "dst": false,
2331
2340
  "offset": -12600,
2332
2341
  "name": "NST"
2333
2342
  },
2334
2343
  {
2335
- "_from": "2046-03-11T03:31:00Z",
2336
- "from": 2404351860000,
2337
- "_to": "2046-11-04T02:31:00Z",
2338
- "to": 2424911460000,
2344
+ "_from": "2046-03-11T05:30:00Z",
2345
+ "from": 2404359000000,
2346
+ "_to": "2046-11-04T04:30:00Z",
2347
+ "to": 2424918600000,
2339
2348
  "dst": true,
2340
2349
  "offset": -9000,
2341
2350
  "name": "NDT"
2342
2351
  },
2343
2352
  {
2344
- "_from": "2046-11-04T02:31:00Z",
2345
- "from": 2424911460000,
2346
- "_to": "2047-03-10T03:31:00Z",
2347
- "to": 2435801460000,
2353
+ "_from": "2046-11-04T04:30:00Z",
2354
+ "from": 2424918600000,
2355
+ "_to": "2047-03-10T05:30:00Z",
2356
+ "to": 2435808600000,
2348
2357
  "dst": false,
2349
2358
  "offset": -12600,
2350
2359
  "name": "NST"
2351
2360
  },
2352
2361
  {
2353
- "_from": "2047-03-10T03:31:00Z",
2354
- "from": 2435801460000,
2355
- "_to": "2047-11-03T02:31:00Z",
2356
- "to": 2456361060000,
2362
+ "_from": "2047-03-10T05:30:00Z",
2363
+ "from": 2435808600000,
2364
+ "_to": "2047-11-03T04:30:00Z",
2365
+ "to": 2456368200000,
2357
2366
  "dst": true,
2358
2367
  "offset": -9000,
2359
2368
  "name": "NDT"
2360
2369
  },
2361
2370
  {
2362
- "_from": "2047-11-03T02:31:00Z",
2363
- "from": 2456361060000,
2364
- "_to": "2048-03-08T03:31:00Z",
2365
- "to": 2467251060000,
2371
+ "_from": "2047-11-03T04:30:00Z",
2372
+ "from": 2456368200000,
2373
+ "_to": "2048-03-08T05:30:00Z",
2374
+ "to": 2467258200000,
2366
2375
  "dst": false,
2367
2376
  "offset": -12600,
2368
2377
  "name": "NST"
2369
2378
  },
2370
2379
  {
2371
- "_from": "2048-03-08T03:31:00Z",
2372
- "from": 2467251060000,
2373
- "_to": "2048-11-01T02:31:00Z",
2374
- "to": 2487810660000,
2380
+ "_from": "2048-03-08T05:30:00Z",
2381
+ "from": 2467258200000,
2382
+ "_to": "2048-11-01T04:30:00Z",
2383
+ "to": 2487817800000,
2375
2384
  "dst": true,
2376
2385
  "offset": -9000,
2377
2386
  "name": "NDT"
2378
2387
  },
2379
2388
  {
2380
- "_from": "2048-11-01T02:31:00Z",
2381
- "from": 2487810660000,
2382
- "_to": "2049-03-14T03:31:00Z",
2383
- "to": 2499305460000,
2389
+ "_from": "2048-11-01T04:30:00Z",
2390
+ "from": 2487817800000,
2391
+ "_to": "2049-03-14T05:30:00Z",
2392
+ "to": 2499312600000,
2384
2393
  "dst": false,
2385
2394
  "offset": -12600,
2386
2395
  "name": "NST"
2387
2396
  },
2388
2397
  {
2389
- "_from": "2049-03-14T03:31:00Z",
2390
- "from": 2499305460000,
2391
- "_to": "2049-11-07T02:31:00Z",
2392
- "to": 2519865060000,
2398
+ "_from": "2049-03-14T05:30:00Z",
2399
+ "from": 2499312600000,
2400
+ "_to": "2049-11-07T04:30:00Z",
2401
+ "to": 2519872200000,
2393
2402
  "dst": true,
2394
2403
  "offset": -9000,
2395
2404
  "name": "NDT"
2396
2405
  },
2397
2406
  {
2398
- "_from": "2049-11-07T02:31:00Z",
2399
- "from": 2519865060000,
2400
- "_to": "2050-03-13T03:31:00Z",
2401
- "to": 2530755060000,
2407
+ "_from": "2049-11-07T04:30:00Z",
2408
+ "from": 2519872200000,
2409
+ "_to": "2050-03-13T05:30:00Z",
2410
+ "to": 2530762200000,
2402
2411
  "dst": false,
2403
2412
  "offset": -12600,
2404
2413
  "name": "NST"
2405
2414
  },
2406
2415
  {
2407
- "_from": "2050-03-13T03:31:00Z",
2408
- "from": 2530755060000,
2409
- "_to": "2050-11-06T02:31:00Z",
2410
- "to": 2551314660000,
2416
+ "_from": "2050-03-13T05:30:00Z",
2417
+ "from": 2530762200000,
2418
+ "_to": "2050-11-06T04:30:00Z",
2419
+ "to": 2551321800000,
2411
2420
  "dst": true,
2412
2421
  "offset": -9000,
2413
2422
  "name": "NDT"
2414
2423
  },
2415
2424
  {
2416
- "_from": "2050-11-06T02:31:00Z",
2417
- "from": 2551314660000,
2425
+ "_from": "2050-11-06T04:30:00Z",
2426
+ "from": 2551321800000,
2418
2427
  "_to": "9999-12-31T23:59:59Z",
2419
2428
  "to": 253402300799000,
2420
2429
  "dst": false,