Fixed conversion of date and time from meter to account for CET/CEST

This commit is contained in:
Gunnar Skjold
2020-03-08 18:37:10 +01:00
parent 30d73c3a6e
commit 9b70802450
4 changed files with 26 additions and 37 deletions

View File

@@ -9,7 +9,7 @@
#include "DlmsReader.h"
#include <Timezone.h>
class HanReader
{
@@ -35,6 +35,7 @@ private:
int bytesRead;
DlmsReader reader;
int listSize;
Timezone *localZone;
int findValuePosition(int dataPosition, byte *buffer, int start, int length);