diff --git a/changelog/66176.fixed.md b/changelog/66176.fixed.md new file mode 100644 index 00000000000..9e1f6e9bb28 --- /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 fde63eb7ff8..c36ff3a0bd0 100644 --- a/salt/modules/win_timezone.py +++ b/salt/modules/win_timezone.py @@ -134,6 +134,7 @@ mapper = TzMapper( "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",