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