forked from FOSS/BangleApps
add set timezone
parent
6208a39695
commit
945418ca41
|
@ -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;
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
/* jshint esversion: 6 */
|
||||
(function() {
|
||||
|
||||
try{ E.setTimeZone(require("Storage").readJSON("@setting").timezone);} catch(e){}
|
||||
|
||||
const allWords = [
|
||||
"ATWENTYD",
|
||||
"QUARTERY",
|
||||
|
|
Loading…
Reference in New Issue