[pve-devel] [PATCH proxmox-yew-comp 1/1] fix #7141: set correct tz name for Kyiv
Maximiliano Sandoval
m.sandoval at proxmox.com
Fri Dec 12 11:08:43 CET 2025
See https://en.wikipedia.org/wiki/Time_in_Ukraine#IANA_time_zone_database.
Signed-off-by: Maximiliano Sandoval <m.sandoval at proxmox.com>
---
src/time_zone_selector.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/time_zone_selector.rs b/src/time_zone_selector.rs
index 1709761..757bcee 100644
--- a/src/time_zone_selector.rs
+++ b/src/time_zone_selector.rs
@@ -395,7 +395,7 @@ static TIMEZONES: &[&str] = &[
"Europe/Istanbul",
"Europe/Jersey",
"Europe/Kaliningrad",
- "Europe/Kiev",
+ "Europe/Kyiv",
"Europe/Lisbon",
"Europe/Ljubljana",
"Europe/London",
--
2.47.3
More information about the pve-devel
mailing list