summaryrefslogtreecommitdiffstats
path: root/timezone.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-12 04:53:58 +0000
committerMatt Wilson <msw@redhat.com>2001-07-12 04:53:58 +0000
commit744ffe10051e0055ae09413fb72c074979fb0880 (patch)
tree64d3775e7767f3128d17df63cc2906ad224260ef /timezone.py
parent8922e79db32f7642c8c07dae914d69f137e6022d (diff)
downloadanaconda-744ffe10051e0055ae09413fb72c074979fb0880.tar.gz
anaconda-744ffe10051e0055ae09413fb72c074979fb0880.tar.xz
anaconda-744ffe10051e0055ae09413fb72c074979fb0880.zip
1) since libfdisk isn't setting up the text domain for C programs
anymore, we have to set it in the timezone map module 2) remove the America/New York default and have the text interface fetch it from the insttimelanguage Fixes #48723
Diffstat (limited to 'timezone.py')
-rw-r--r--timezone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/timezone.py b/timezone.py
index 5d8afddac..98db78251 100644
--- a/timezone.py
+++ b/timezone.py
@@ -51,7 +51,7 @@ class Timezone:
self.arc = asArc
def __init__(self):
- self.tz = "America/New_York"
+ self.tz = None
self.utc = 0
self.arc = 0