mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add Qyzylorda timezone to win_timezone module, fixes #66176
This commit is contained in:
parent
40f871c2b1
commit
9ee0398fdf
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",
|
"Pacific Standard Time (Mexico)": "America/Tijuana",
|
||||||
"Pakistan Standard Time": "Asia/Karachi",
|
"Pakistan Standard Time": "Asia/Karachi",
|
||||||
"Paraguay Standard Time": "America/Asuncion",
|
"Paraguay Standard Time": "America/Asuncion",
|
||||||
|
"Qyzylorda Standard Time": "Asia/Qyzylorda",
|
||||||
"Romance Standard Time": "Europe/Paris",
|
"Romance Standard Time": "Europe/Paris",
|
||||||
"Russia Time Zone 10": "Asia/Srednekolymsk",
|
"Russia Time Zone 10": "Asia/Srednekolymsk",
|
||||||
"Russia Time Zone 11": "Asia/Kamchatka",
|
"Russia Time Zone 11": "Asia/Kamchatka",
|
||||||
|
|
Loading…
Add table
Reference in a new issue