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: python/tzdata
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d14cebc
Choose a base ref
...
head repository: python/tzdata
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ed8943
Choose a head ref
  • 11 commits
  • 29 files changed
  • 7 contributors

Commits on Dec 13, 2025

  1. Update tzdata to version '2025c'

    # Version 2025.3
    Upstream version 2025c released 2025-12-10T22:42:37+00:00
    
    ## Briefly:
    
    Several code changes for compatibility with FreeBSD.
    
    ## Changes to past timestamps
    
    Baja California agreed with California’s DST rules in 1953 and in 1961 through
    1975, instead of observing standard time all year. (Thanks to Alois Treindl.)
    
    ## Changes to commentary
    
    The leapseconds file contains commentary about the IERS and NIST last-modified
    and expiration timestamps for leap second data. (Thanks to Judah Levine.)
    
    Commentary now also uses characters from the set –‘’“”•≤ as this can be useful
    and should work with current applications.  This also affects data in
    iso3166.tab and zone1970.tab, which now contain strings like “Côte d’Ivoire”
    instead of “Côte d'Ivoire”.
    actions-user authored and pganssle committed Dec 13, 2025
    Configuration menu
    Copy the full SHA
    3fec560 View commit details
    Browse the repository at this point in the history
  2. Add auto-tag workflow (#110)

    * Add auto-tag workflow
    Runs when the version is bumped, creates and pushes a tag.
    StanFromIreland authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    7ef7c61 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2026

  1. Bump actions/checkout from 5 to 6 in the actions group (#122)

    Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
    
    
    Updates `actions/checkout` from 5 to 6
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: actions
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 1, 2026
    Configuration menu
    Copy the full SHA
    98fa430 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2026

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

Commits on Mar 30, 2026

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

Commits on Mar 31, 2026

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

Commits on Apr 3, 2026

  1. Configuration menu
    Copy the full SHA
    4d6c41f View commit details
    Browse the repository at this point in the history
  2. Update tzdata to version '2026a' (#123)

    # Version 2026.1
    Upstream version 2026a released 2026-03-02T06:59:49+00:00
    
    ## Briefly:
    
    Moldova has used EU transition times since 2022. The "right" TZif files are no
    longer installed by default. -DTZ_RUNTIME_LEAPS=0 disables runtime support for
    leap seconds. TZif files are no longer limited to 50 bytes of abbreviations. zic
    is no longer limited to 50 leap seconds. Several integer overflow bugs have been
    fixed.
    
    ## Changes to past and future timestamps
    
    Since 2022 Moldova has observed EU transition times, that is, it has sprung
    forward at 03:00, not 02:00, and has fallen back at 04:00, not 03:00.  (Thanks
    to Heitor David Pinto.)
    
    ## Changes to data
    
    Remove Europe/Chisinau from zonenow.tab, as it now agrees with Europe/Athens for
    future timestamps.
    
    Co-authored-by: Stan Ulbrych <stan@python.org>
    github-actions[bot] and StanFromIreland authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    4997cab View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2026

  1. Hash pin GitHub Actions

    hugovk authored and pganssle committed Apr 24, 2026
    Configuration menu
    Copy the full SHA
    7e5b595 View commit details
    Browse the repository at this point in the history
  2. Add 14-day cooldown to Dependabot

    hugovk authored and pganssle committed Apr 24, 2026
    Configuration menu
    Copy the full SHA
    e3b2209 View commit details
    Browse the repository at this point in the history
  3. Update tzdata to version '2026b' (#135)

    # Version 2026.2
    Upstream version 2026b released 2026-04-23T06:06:43+00:00
    
    ## Briefly:
    
    British Columbia moved to permanent -07 on 2026-03-09. Some more overflow bugs
    have been fixed in zic.
    
    ## Changes to future timestamps
    
    British Columbia’s 2026-03-08 spring forward was its last foreseeable clock
    change, as it moved to permanent -07 thereafter. (Thanks to Arthur David Olson.)
    Although the change to permanent -07 legally took place on 2026-03-09,
    temporarily model the change to occur on 2026-11-01 at 02:00 instead.  This
    works around a limitation in CLDR v48.2 (2026-03-17).  This temporary hack is
    planned to be removed after CLDR is fixed.
    StanFromIreland authored Apr 24, 2026
    Configuration menu
    Copy the full SHA
    1ed8943 View commit details
    Browse the repository at this point in the history
Loading