summaryrefslogtreecommitdiffstats
path: root/iw
diff options
context:
space:
mode:
Diffstat (limited to 'iw')
-rw-r--r--iw/timezone_gui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/iw/timezone_gui.py b/iw/timezone_gui.py
index 82a237190..ce86ec286 100644
--- a/iw/timezone_gui.py
+++ b/iw/timezone_gui.py
@@ -102,6 +102,7 @@ class TimezoneWindow(InstallWindow):
# Now fix the default we set when we made the timezone map widget.
self.tz.setCurrent(self.zonetab.findEntryByTZ(self.default))
+ self.utcCheckbox.set_active(asUTC)
self.notebook.remove(self.vbox)
return self.vbox