summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zarraga <ekaitz@elenq.tech>2023-02-11 19:51:00 +0100
committerEkaitz Zarraga <ekaitz@elenq.tech>2023-02-11 19:51:00 +0100
commit05f66eb8526c7cb3bde1b1bce8762fb93767ba36 (patch)
treed239f17db9d6f3c8ddff6fe4442dfee64d8e1388
parent6ff8efacb38e3399680d8593d7c1e5b29c3f73ba (diff)
Let the server choose the timezone
-rw-r--r--js/index.js2
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",