diff --git a/apps/clock-simple.js b/apps/clock-simple.js index b1b766217..8ebe6a1c9 100644 --- a/apps/clock-simple.js +++ b/apps/clock-simple.js @@ -1,6 +1,8 @@ /* jshint esversion: 6 */ (function() { + try{ E.setTimeZone(require("Storage").readJSON("@setting").timezone);} catch(e){} + const timeFontSize = 6; const dateFontSize = 3; const gmtFontSize = 2; diff --git a/apps/clock-word.js b/apps/clock-word.js index 5a090feef..13dd47016 100644 --- a/apps/clock-word.js +++ b/apps/clock-word.js @@ -1,6 +1,8 @@ /* jshint esversion: 6 */ (function() { + try{ E.setTimeZone(require("Storage").readJSON("@setting").timezone);} catch(e){} + const allWords = [ "ATWENTYD", "QUARTERY",