Skip to content

Conversation

@jodastephen
Copy link
Member

@jodastephen jodastephen commented Dec 15, 2025

Update time zone data to 2025cgtz

Summary by CodeRabbit

  • Chores
    • Updated timezone database version to the latest available release, ensuring accurate timezone information throughout the application.

✏️ Tip: You can customize this high-level summary in your review settings.

Copilot AI review requested due to automatic review settings December 15, 2025 03:21
@jodastephen jodastephen self-assigned this Dec 15, 2025
@jodastephen jodastephen enabled auto-merge (squash) December 15, 2025 03:21
@coderabbitai
Copy link

coderabbitai bot commented Dec 15, 2025

Walkthrough

Updated the timezone database version property in pom.xml from 2025bgtz to 2025cgtz. This version identifier is embedded in the JAR manifest as the Time-Zone-Database-Version attribute, enabling version tracking of bundled timezone data.

Changes

Cohort / File(s) Change Summary
Version property bump
pom.xml
Updated tz.database.version property from 2025bgtz to 2025cgtz

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

Poem

🐰 A tiny hop through time zones so grand,
One letter forward in our database land,
From B to C, the versions now dance,
Each quarter brings timekeeping's advance! ⏰

Pre-merge checks and finishing touches

✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and directly summarizes the main change: updating the time zone database version property from 2025bgtz to 2025cgtz.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch bot/update-tzdb

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 8ef16e4 and 50b2fc4.

⛔ Files ignored due to path filters (1)
  • src/main/resources/org/threeten/bp/TZDB.dat is excluded by !**/*.dat
📒 Files selected for processing (1)
  • pom.xml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
  • GitHub Check: Agent
  • GitHub Check: build (11)
🔇 Additional comments (1)
pom.xml (1)

863-863: TZDB version update looks good.

The timezone database version property is correctly updated and will be automatically injected into the JAR manifest via the reference at line 229.

Please verify that 2025cgtz is a valid IANA timezone database release identifier, and confirm this is the only location requiring version updates (e.g., no version strings in documentation or build scripts).


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the time zone database (TZDB) data from version "2025bgtz" to "2025cgtz". The update modifies two files: the compiled TZDB data file and the version property in the Maven configuration.

Key changes:

  • Updates the time zone database version identifier across the project
  • Replaces the binary TZDB.dat data file with a new version

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.

File Description
pom.xml Updates the tz.database.version property from "2025bgtz" to "2025cgtz"
src/main/resources/org/threeten/bp/TZDB.dat Replaces the entire TZDB binary data file with version "2025cgtz"

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jodastephen jodastephen merged commit 943bc2e into main Dec 15, 2025
11 checks passed
@jodastephen jodastephen deleted the bot/update-tzdb branch December 15, 2025 03:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants