mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Merge pull request #66925 from vkotarov/windows-qyzylorda-timezone
[master] Add Qyzylorda timezone to win_timezone module, fixes #66176
This commit is contained in:
commit
58c89a8dfd
2 changed files with 2 additions and 0 deletions
1
changelog/66176.fixed.md
Normal file
1
changelog/66176.fixed.md
Normal file
|
@ -0,0 +1 @@
|
|||
Make win_timezone recognize Qyzylorda timezone
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue