diff --git a/PSILARTEMP.py b/PSILARTEMP.py
index a863b571d3c9b5df603bb282a66f3d1968c88d9f..2a32c55ce8e18fe94ad5a53f2bfd1d0653e0c512 100755
--- a/PSILARTEMP.py
+++ b/PSILARTEMP.py
@@ -34,8 +34,7 @@ weatherdata_path = os.getenv("WEATHER_DATA_DIR")
 tmp_path = "tmp/"
 out_path = os.getenv("DATA_DIR")
 
-# TODO: Make this truly independent of time zones/Norwegian conditions?
-utc_offset = "+02:00"
+# TODO: Put timezone out in .env
 local_timezone = pytz.timezone("Europe/Oslo")
 
 #"""