Skip to content

Commit

Permalink
[publish] add alias for Asia/Choibalsan time zone
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-w committed Oct 18, 2024
1 parent a510828 commit c9c72bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/StelLocationMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,8 @@ StelLocationMgr::StelLocationMgr()
locationDBToIANAtranslations.insert("America/Punta_Arenas", "UTC-03:00"); // no DST; https://www.zeitverschiebung.net/en/timezone/america--punta_arenas
// Missing on Qt5.15.2/Win10
locationDBToIANAtranslations.insert("America/Nuuk", "America/Godthab");
// GH: #3953
locationDBToIANAtranslations.insert("Asia/Choibalsan", "Asia/Ulaanbaatar");
// N.B. Further missing TZ names will be printed out in the log.txt. Resolve these by adding into this list.
// TODO later: create a text file in user data directory, and auto-update it weekly.
}
Expand Down

0 comments on commit c9c72bb

Please sign in to comment.