There was an error while loading. Please reload this page.
2 parents 31fb83e + 42d2730 commit 30f9160Copy full SHA for 30f9160
1 file changed
README.md
@@ -138,8 +138,9 @@ LocalDateTime local{};
138
ESPStoreCodec::encodeLocalDateTime(doc["localTime"], local);
139
if (ESPStoreCodec::decodeLocalDateTime(doc["localTime"], local)) {
140
Serial.printf("Epoch: %lld offset: %d\n",
141
- static_cast<long long>(local.utc.epochSeconds),
142
- local.offsetMinutes);
+ static_cast<long long>(local.utc.epochSeconds),
+ local.offsetMinutes
143
+ );
144
}
145
```
146
0 commit comments