Hide Forgot
Description of problem: As titled. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
There's two parts to this, turns out. The first: anaconda was overriding the sensible location choices already being made by the map. Clicking a point would set a pin at the city nearest that point, but then anaconda was overriding that to the default location for the zone. https://github.com/rhinstaller/anaconda/pull/581 gets it to stop doing that and leaves the pin near Brisbane, or wherever is clicked. The second: if you call cc_timezone_map_set_timezone(map, "Australia/Brisbane"), the CcTimezoneLocation it chooses is Mount Isa. Still working on that part.
*** Bug 1328489 has been marked as a duplicate of this bug. ***
Added some code to cc_timezone_map_set_timezone to attempt to match the tzdata timezone name with a name of an actual city. Sometimes it works!