Skip to content
Snippets Groups Projects
Commit 7dd6c6d0 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Tidy up/update comment

parent 6b4123fd
No related branches found
No related tags found
No related merge requests found
...@@ -34,8 +34,7 @@ weatherdata_path = os.getenv("WEATHER_DATA_DIR") ...@@ -34,8 +34,7 @@ weatherdata_path = os.getenv("WEATHER_DATA_DIR")
tmp_path = "tmp/" tmp_path = "tmp/"
out_path = os.getenv("DATA_DIR") out_path = os.getenv("DATA_DIR")
# TODO: Make this truly independent of time zones/Norwegian conditions? # TODO: Put timezone out in .env
utc_offset = "+02:00"
local_timezone = pytz.timezone("Europe/Oslo") local_timezone = pytz.timezone("Europe/Oslo")
#""" #"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment