allow disable of service validation
[enigma2.git] / lib / python / Components / Timezones.py
index 15837450e1074a70966a57a627740c74b0ed807e..704b765e2b17deb2e47db097a1071e6f01f5689a 100644 (file)
@@ -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()