From 9ee0398fdf11ba711502adde2160f7d9c047e941 Mon Sep 17 00:00:00 2001 From: Vesselin Kotarov Date: Wed, 25 Sep 2024 18:03:23 +0300 Subject: [PATCH] Add Qyzylorda timezone to win_timezone module, fixes #66176 --- changelog/66176.fixed.md | 1 + salt/modules/win_timezone.py | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog/66176.fixed.md diff --git a/changelog/66176.fixed.md b/changelog/66176.fixed.md new file mode 100644 index 000000000000..9e1f6e9bb283 --- /dev/null +++ b/changelog/66176.fixed.md @@ -0,0 +1 @@ +Make win_timezone recognize Qyzylorda timezone diff --git a/salt/modules/win_timezone.py b/salt/modules/win_timezone.py index fde63eb7ff8b..c36ff3a0bd08 100644 --- a/salt/modules/win_timezone.py +++ b/salt/modules/win_timezone.py @@ -134,6 +134,7 @@ def list_unix(self): "Pacific Standard Time (Mexico)": "America/Tijuana", "Pakistan Standard Time": "Asia/Karachi", "Paraguay Standard Time": "America/Asuncion", + "Qyzylorda Standard Time": "Asia/Qyzylorda", "Romance Standard Time": "Europe/Paris", "Russia Time Zone 10": "Asia/Srednekolymsk", "Russia Time Zone 11": "Asia/Kamchatka",