From 05f66eb8526c7cb3bde1b1bce8762fb93767ba36 Mon Sep 17 00:00:00 2001 From: Ekaitz Zarraga Date: Sat, 11 Feb 2023 19:51:00 +0100 Subject: Let the server choose the timezone --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit v1.2.3