summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2007-02-21 19:57:15 +0000
committerChris Lumens <clumens@redhat.com>2007-02-21 19:57:15 +0000
commit7acd69b9af44b3473627f19e036cd7d688b0aa7f (patch)
treee74f447dcb56ef75b66311db930e85fcda9c423e /anaconda
parentee4d0f511bc471dc0a9eca9fdea1e776097de0bb (diff)
downloadanaconda-7acd69b9af44b3473627f19e036cd7d688b0aa7f.tar.gz
anaconda-7acd69b9af44b3473627f19e036cd7d688b0aa7f.tar.xz
anaconda-7acd69b9af44b3473627f19e036cd7d688b0aa7f.zip
Set the default timezone based on the current language, whether we can display
it or not (#227625).
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 0e2693fb2..8e1284831 100755
--- a/anaconda
+++ b/anaconda
@@ -908,6 +908,7 @@ if __name__ == "__main__":
anaconda.dispatch.skipStep("language", permanent = 1)
instClass.setLanguage(anaconda.id, opts.lang)
instClass.setLanguageDefault(anaconda.id, opts.lang)
+ anaconda.id.timezone.setTimezoneInfo(anaconda.id.instLanguage.getDefaultTimeZone())
if opts.keymap:
anaconda.dispatch.skipStep("keyboard", permanent = 1)