summaryrefslogtreecommitdiffstats
path: root/timezone.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-09-05 22:15:13 +0000
committerMatt Wilson <msw@redhat.com>2001-09-05 22:15:13 +0000
commit974d90374a327b81a6739376d0205d8a371827aa (patch)
tree6a7ac57cac6b880d2ba9571532f9fbf4e324698f /timezone.py
parentb0f75cf245cc257b5a4eff2ae97efaba542df160 (diff)
downloadanaconda-974d90374a327b81a6739376d0205d8a371827aa.tar.gz
anaconda-974d90374a327b81a6739376d0205d8a371827aa.tar.xz
anaconda-974d90374a327b81a6739376d0205d8a371827aa.zip
fix for persistant timezone selection (#53266)
Diffstat (limited to 'timezone.py')
-rw-r--r--timezone.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/timezone.py b/timezone.py
index 98db78251..108fc0956 100644
--- a/timezone.py
+++ b/timezone.py
@@ -54,4 +54,6 @@ class Timezone:
self.tz = None
self.utc = 0
self.arc = 0
+ self.utcOffset = 0
+ self.dst = 0