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: 2025.3
Choose a base ref
...
head repository: python/tzdata
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 14 files changed
  • 3 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
Loading