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(";"):