diff options
author | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-02-11 19:51:00 +0100 |
---|---|---|
committer | Ekaitz Zarraga <ekaitz@elenq.tech> | 2023-02-11 19:51:00 +0100 |
commit | 05f66eb8526c7cb3bde1b1bce8762fb93767ba36 (patch) | |
tree | d239f17db9d6f3c8ddff6fe4442dfee64d8e1388 /js | |
parent | 6ff8efacb38e3399680d8593d7c1e5b29c3f73ba (diff) |
Let the server choose the timezone
Diffstat (limited to 'js')
-rw-r--r-- | js/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/index.js b/js/index.js index 1244a18..faad5f5 100644 --- a/js/index.js +++ b/js/index.js @@ -4,7 +4,7 @@ const DATE_FORMAT = { }; const LATITUDE = 43.26271; const LONGITUDE = -2.92528; -const TIMEZONE = "Europe/Madrid"; +const TIMEZONE = "auto"; const WEATHERS = [ "CLEAR_SKY", "MAINLY_CLEAR", |