claude-code - 💡(How to fix) Fix Rename Europe/Kiev to Europe/Kyiv in timezone references [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#55964Fetched 2026-05-05 06:01:44
View on GitHub
Comments
0
Participants
1
Timeline
2
Reactions
1
Author
Participants
Timeline (top)
labeled ×2

Root Cause

RAW_BUFFERClick to expand / collapse

Issue

The scheduled triggers feature uses Europe/Kiev as the timezone identifier for Kyiv, Ukraine. This is the outdated Russian transliteration.

The IANA Time Zone Database renamed this to Europe/Kyiv in 2022 (tzdb version 2022b). The old name Europe/Kiev is retained only as a backward-compatibility alias.

Request

Update all references from Europe/Kiev to Europe/Kyiv across the codebase — including scheduled trigger configuration, documentation, and any timezone selection UI.

Context

extent analysis

TL;DR

Update all references from Europe/Kiev to Europe/Kyiv in the codebase to align with the current IANA Time Zone Database.

Guidance

  • Review the scheduled trigger configuration and update any occurrences of Europe/Kiev to Europe/Kyiv.
  • Check documentation and timezone selection UI for references to Europe/Kiev and update them to Europe/Kyiv to ensure consistency.
  • Verify that the update does not introduce any backward compatibility issues, considering that Europe/Kiev is retained as an alias.
  • Test the scheduled triggers feature after the update to ensure it works as expected with the new timezone identifier.

Example

No code snippet is provided as the issue does not contain specific code references.

Notes

This update is necessary to align with the current IANA Time Zone Database and to reflect the officially used transliteration of Kyiv since 1995.

Recommendation

Apply workaround: Update all references to Europe/Kyiv to ensure consistency and adherence to the current IANA Time Zone Database, as major platforms have already adopted this change.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix Rename Europe/Kiev to Europe/Kyiv in timezone references [1 participants]