summaryrefslogtreecommitdiffstats
path: root/textw/timezone_text.py
diff options
context:
space:
mode:
Diffstat (limited to 'textw/timezone_text.py')
-rw-r--r--textw/timezone_text.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/textw/timezone_text.py b/textw/timezone_text.py
index ee6f10cc0..37a368d0a 100644
--- a/textw/timezone_text.py
+++ b/textw/timezone_text.py
@@ -19,6 +19,7 @@ from time import *
from snack import *
from constants_text import *
from rhpl.translate import _, textdomain
+from bootloader import hasWindows
textdomain("system-config-date")
@@ -71,6 +72,9 @@ class TimezoneWindow:
t = TextboxReflowed(30,
_("What time zone are you located in?"))
+ if not hasWindows(anaconda.id.bootloader):
+ asUtc = True
+
#
# disabling this for now
#