X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/d801f7ab1029416b489c32e15a857e2ce963015c..42a0556e68162bd6befa9d81f9e285f0d73055b5:/lib/python/Components/Timezones.py diff --git a/lib/python/Components/Timezones.py b/lib/python/Components/Timezones.py index 15837450..704b765e 100644 --- a/lib/python/Components/Timezones.py +++ b/lib/python/Components/Timezones.py @@ -52,6 +52,6 @@ class Timezones: def getDefaultTimezone(self): # TODO return something more useful - depending on country-settings? - return 27 + return "(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Vienna" timezones = Timezones()