* [pve-devel] [PATCH proxmox-yew-comp 1/1] fix #7141: set correct tz name for Kyiv
@ 2025-12-12 10:08 Maximiliano Sandoval
2025-12-12 10:08 ` [pve-devel] [PATCH widget-toolkit " Maximiliano Sandoval
0 siblings, 1 reply; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-12-12 10:08 UTC (permalink / raw)
To: pve-devel
See https://en.wikipedia.org/wiki/Time_in_Ukraine#IANA_time_zone_database.
Signed-off-by: Maximiliano Sandoval <m.sandoval@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
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] [PATCH widget-toolkit 1/1] fix #7141: set correct tz name for Kyiv
2025-12-12 10:08 [pve-devel] [PATCH proxmox-yew-comp 1/1] fix #7141: set correct tz name for Kyiv Maximiliano Sandoval
@ 2025-12-12 10:08 ` Maximiliano Sandoval
0 siblings, 0 replies; 2+ messages in thread
From: Maximiliano Sandoval @ 2025-12-12 10:08 UTC (permalink / raw)
To: pve-devel
See https://en.wikipedia.org/wiki/Time_in_Ukraine#IANA_time_zone_database.
Signed-off-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
---
src/data/TimezoneStore.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/data/TimezoneStore.js b/src/data/TimezoneStore.js
index 16b76ff..fa8f68f 100644
--- a/src/data/TimezoneStore.js
+++ b/src/data/TimezoneStore.js
@@ -329,7 +329,7 @@ Ext.define('Proxmox.data.TimezoneStore', {
['Europe/Istanbul'],
['Europe/Jersey'],
['Europe/Kaliningrad'],
- ['Europe/Kiev'],
+ ['Europe/Kyiv'],
['Europe/Lisbon'],
['Europe/Ljubljana'],
['Europe/London'],
--
2.47.3
_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-12 10:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-12-12 10:08 [pve-devel] [PATCH proxmox-yew-comp 1/1] fix #7141: set correct tz name for Kyiv Maximiliano Sandoval
2025-12-12 10:08 ` [pve-devel] [PATCH widget-toolkit " Maximiliano Sandoval
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox