make clear dates in csv are UTC

This commit is contained in:
Thomas Ruoff
2017-05-31 08:50:48 +02:00
parent b9a6c008de
commit a7befb73b6

View File

@@ -5,7 +5,8 @@ your InfluxDb.
# How does it work
* get the relevant CSVs from https://www.madavi.de/sensor/csvfiles.php
* get the relevant CSVs from https://www.madavi.de/sensor/csvfiles.php (dates
are in UTC!)
* delete all lines that you already have in your DB (keep the header)
* export settings as environment vars in case they differ from the defaults
(INFLUXDB_HOST, INFLUXDB_PORT, INFLUXDB_DATABASE, SENSOR_ID)