Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tzinfo/tzinfo-data
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2020.6
Choose a base ref
...
head repository: tzinfo/tzinfo-data
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2022.3
Choose a head ref
  • 19 commits
  • 209 files changed
  • 1 contributor

Commits on Jan 24, 2021

  1. Update copyright years.

    philr committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    a18869e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60209ba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ce42085 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2021

  1. Update the tzdb gpg key.

    pub   rsa4096 2010-09-03 [SC] [expires: 2026-09-01]
          7E3792A9D8ACF7D633BC1588ED97E90E62AA7E34
    uid           Paul Eggert <eggert@cs.ucla.edu>
    sub   rsa4096 2010-09-03 [E] [expires: 2026-09-01]
    philr committed Sep 25, 2021
    Configuration menu
    Copy the full SHA
    8ab427a View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2021

  1. Support zdump 2021b output in definition tests.

    zdump 2021b includes negative years, UTC instances specified as Unix
    timestamps and UTC dates in the far future exceeding the given cutoff
    year (-c). For example:
    
    Australia/Melbourne  -67768040609775592 = Thu Jan  1 00:00:00 -2147481748 LMT isdst=0 gmtoff=34792
    Australia/Melbourne  -67768040609740801 = Thu Jan  1 09:39:51 -2147481748 LMT isdst=0 gmtoff=34792
    Australia/Melbourne  Thu Jan  1 00:00:00 -2147481748 UT = Thu Jan  1 09:39:52 -2147481748 LMT isdst=0 gmtoff=34792
    ...
    Australia/Melbourne  Wed Dec 31 12:59:59 2147485547 UT = Wed Dec 31 23:59:59 2147485547 AEDT isdst=1 gmtoff=39600
    philr committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    bd1a1ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b93bd6a View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2021

  1. Configuration menu
    Copy the full SHA
    8985bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acc64ab View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Configuration menu
    Copy the full SHA
    80e6449 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    e130338 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. Use GitHub Actions for CI.

    Test on a range of supported Ruby and JRuby versions for TZInfo v1 and
    v2, head versions of Ruby and JRuby and the head version of TZInfo.
    
    TZInfo v1 supports Ruby 1.8.7. TZInfo v1 and v2 support JRuby 1.7.
    Neither of these versions are tested due to incompatibilies with old
    timestamps.
    philr committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    6e11b6e View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2022

  1. Update copyright years.

    philr committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    1eeabc0 View commit details
    Browse the repository at this point in the history
  2. Use Ruby 3.1 for tests.

    philr committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    cf4a945 View commit details
    Browse the repository at this point in the history
  3. Use File.exist? instead of File.exists?.

    File.exists? is deprecated in Ruby 2.1.0 and removed in Ruby 3.2.0.
    philr committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    324dcf7 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    30c08f9 View commit details
    Browse the repository at this point in the history
  2. Handle failure indications output by zdump 2022a.

    zdump in 2022a outputs 'gmtime failed' or 'localtime failed' with the
    timestamp in question when the local or UT cannot be determined for the
    timestamp. Previous versions output 'NULL'.
    philr committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    9684461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c88808 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

  1. Configuration menu
    Copy the full SHA
    5a58dcb View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Update to tzdata version 2022c.

    https://mm.icann.org/pipermail/tz-announce/2022-August/000072.html
    
    The 2022c release does not contain any data changes.
    philr committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a499acc View commit details
    Browse the repository at this point in the history
Loading