summaryrefslogtreecommitdiffstats
path: root/textw
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-04-17 20:00:33 +0000
committerMatt Wilson <msw@redhat.com>2000-04-17 20:00:33 +0000
commit6f122a2794396f1777e3fe41bc98fda27e67ae44 (patch)
tree3074b305703c1f0170673657ae0e5834a1085f5a /textw
parent96040f2d2acfcc3052eefd2102227aabbaf70f6f (diff)
downloadanaconda-6f122a2794396f1777e3fe41bc98fda27e67ae44.tar.gz
anaconda-6f122a2794396f1777e3fe41bc98fda27e67ae44.tar.xz
anaconda-6f122a2794396f1777e3fe41bc98fda27e67ae44.zip
merge from anaconda-6-2j-branch
Diffstat (limited to 'textw')
-rw-r--r--textw/timezone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/textw/timezone.py b/textw/timezone.py
index dd80fdc09..01c86342c 100644
--- a/textw/timezone.py
+++ b/textw/timezone.py
@@ -60,7 +60,7 @@ class TimezoneWindow:
if rc:
(default, asUtc, asArc) = rc
else:
- default = "US/Eastern"
+ default = iutil.defaultZone()
asUtc = 0
bb = ButtonBar(screen, [(_("OK"), "ok"), (_("Back"), "back")])