From b606a70511fed51d7c81f15f0fae61f0dccdffb4 Mon Sep 17 00:00:00 2001 From: Marcel Nijenhof Date: Sun, 26 Jul 2020 22:11:19 +0200 Subject: [PATCH] Aanpassing documentatie lmwTimeSeries --- lmwsip.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lmwsip.py b/lmwsip.py index 3fe0165..c44802e 100644 --- a/lmwsip.py +++ b/lmwsip.py @@ -365,6 +365,8 @@ The result are in lmwTimeSerie.ts as array Note: * For most measurements there is only one value (e.g H10). * Additionale kwaliteit is optional and may contain None. + * Result times in UTC + """ def __init__(self, start, delta, values=""): @@ -388,8 +390,6 @@ Add values to a timeserie delta: Period of the measurements values: lmw result string -Note: - Times in UTC """ start = start.astimezone(tz.gettz('UTC')) for e in values.split(";"):