diff --git a/lib/python/Components/Timezones.py b/lib/python/Components/Timezones.py index 58cf1b273f3..4285dfd4dd5 100644 --- a/lib/python/Components/Timezones.py +++ b/lib/python/Components/Timezones.py @@ -53,7 +53,7 @@ def getDefaultTimezone(self): if getMachineBrand() == "Beyonwiz": t = "(GMT+10:00) Canberra, Melbourne, Sydney" else: - t = "(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Vienna" + t = "(GMT+01:00) Germany: Berlin" for (a,b) in self.timezones: if a == t: return a