Skip to content

Commit

Permalink
Merge pull request #3 from MaBecker/app_fixes
Browse files Browse the repository at this point in the history
add set timezone
  • Loading branch information
MaBecker committed Nov 14, 2019
2 parents 05efe3d + 945418c commit 406ac50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/clock-simple.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 2 additions & 0 deletions apps/clock-word.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
/* jshint esversion: 6 */
(function() {

try{ E.setTimeZone(require("Storage").readJSON("@setting").timezone);} catch(e){}

const allWords = [
"ATWENTYD",
"QUARTERY",
Expand Down

0 comments on commit 406ac50

Please sign in to comment.