MCPcopy Create free account
hub / github.com/UtilitechAS/amsreader-firmware / setTimezone

Method setTimezone

lib/AmsDataStorage/src/AmsDataStorage.cpp:25–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25void AmsDataStorage::setTimezone(Timezone* tz) {
26 this->tz = tz;
27}
28
29bool AmsDataStorage::update(AmsData* data, time_t now) {
30 if(isHappy(now)) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected