Add the timezone to the time output fomat (#1435)

* Add the timezone to the time output fomat, see https://github.com/jomjol/AI-on-the-edge-device/issues/1428

* use correct device class for timestamp
This commit is contained in:
CaCO3
2022-11-30 20:25:03 +01:00
committed by GitHub
parent 62ec8d76c6
commit 8be7beab9a
2 changed files with 2 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ static const char* TAG = "FLOW POSTPROC";
//#define SERIAL_DEBUG // testing debug on serial enabled
#define PREVALUE_TIME_FORMAT_OUTPUT "%Y-%m-%dT%H:%M:%S"
#define PREVALUE_TIME_FORMAT_OUTPUT "%Y-%m-%dT%H:%M:%S%z"
#define PREVALUE_TIME_FORMAT_INPUT "%d-%d-%dT%d:%d:%d"