feat(timezones): improve timezone support - #466
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
This PR is large and would use a significant portion of your monthly review quota. Comment |
JeanMeijer
force-pushed
the
feat/improve-timezone-support
branch
from
July 16, 2026 16:39
6d76f4c to
466bd8f
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Briefly describe what you did and why.
Screenshots / Recordings
Add screenshots or recordings here to help reviewers understand your changes.
Type of Change
Related Areas
Testing
Checklist
Notes
(Optional) Add anything else you'd like to share.
By submitting, I confirm I understand and stand behind this code. If AI was used, I’ve reviewed and verified everything myself.
Summary by cubic
Improves timezone support and display accuracy across the app. Calendar header and timezone lists now use a DST-aware dataset for correct names, abbreviations, and UTC offsets on any date.
New Features
@repo/timezoneswith canonical/linked zones, city data, standard offset periods, and DST periods.Intlfallback when data is missing.Refactors
use-timezone-info.tswithuse-timezone.tsand centralized formatting ingetDisplayValue.@vvo/tzdb; now use@repo/timezones+Intl.getDisplayValue.@repo/timezonestoapps/webdependencies and lockfile.Written for commit 466bd8f. Summary will update on new commits.