Skip to content

Commit

Permalink
[Timezones.py] update DefaultTimezone
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-99 committed Feb 13, 2020
1 parent 48da28e commit 9740d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/Timezones.py
Expand Up @@ -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
Expand Down

0 comments on commit 9740d99

Please sign in to comment.