all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [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
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ 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] 5+ 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
  2026-01-16  9:55   ` [pve-devel] applied: " Fiona Ebner
  2026-01-16 10:07 ` [yew-devel] [pve-devel] [PATCH proxmox-yew-comp " Fiona Ebner
  2026-01-16 10:12 ` [pve-devel] applied: " Dietmar Maurer
  2 siblings, 1 reply; 5+ 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] 5+ messages in thread

* [pve-devel] applied: [PATCH widget-toolkit 1/1] fix #7141: set correct tz name for Kyiv
  2025-12-12 10:08 ` [pve-devel] [PATCH widget-toolkit " Maximiliano Sandoval
@ 2026-01-16  9:55   ` Fiona Ebner
  0 siblings, 0 replies; 5+ messages in thread
From: Fiona Ebner @ 2026-01-16  9:55 UTC (permalink / raw)
  To: pve-devel, Maximiliano Sandoval

On Fri, 12 Dec 2025 11:08:44 +0100, Maximiliano Sandoval wrote:
> See https://en.wikipedia.org/wiki/Time_in_Ukraine#IANA_time_zone_database.

Applied this one, thanks! I don't have push permissions for the yew
repos, so somebody else has to apply the other one.

[1/1] fix #7141: set correct tz name for Kyiv
      commit: ca990b65b3cdead7c779239322e238907deed2d0


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [yew-devel] [pve-devel] [PATCH proxmox-yew-comp 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 ` [pve-devel] [PATCH widget-toolkit " Maximiliano Sandoval
@ 2026-01-16 10:07 ` Fiona Ebner
  2026-01-16 10:12 ` [pve-devel] applied: " Dietmar Maurer
  2 siblings, 0 replies; 5+ messages in thread
From: Fiona Ebner @ 2026-01-16 10:07 UTC (permalink / raw)
  To: Maximiliano Sandoval; +Cc: yew-devel

CC-ing yew-devel, so this one doesn't get lost. I don't have push
permissions for yew repos O:)

Am 12.12.25 um 11:08 AM schrieb Maximiliano Sandoval:
> 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",



_______________________________________________
yew-devel mailing list
yew-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/yew-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [pve-devel] applied: [PATCH proxmox-yew-comp 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 ` [pve-devel] [PATCH widget-toolkit " Maximiliano Sandoval
  2026-01-16 10:07 ` [yew-devel] [pve-devel] [PATCH proxmox-yew-comp " Fiona Ebner
@ 2026-01-16 10:12 ` Dietmar Maurer
  2 siblings, 0 replies; 5+ messages in thread
From: Dietmar Maurer @ 2026-01-16 10:12 UTC (permalink / raw)
  To: Proxmox VE development discussion, Maximiliano Sandoval

applied


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-01-16 10:13 UTC | newest]

Thread overview: 5+ 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
2026-01-16  9:55   ` [pve-devel] applied: " Fiona Ebner
2026-01-16 10:07 ` [yew-devel] [pve-devel] [PATCH proxmox-yew-comp " Fiona Ebner
2026-01-16 10:12 ` [pve-devel] applied: " Dietmar Maurer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal