Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
25
void AmsDataStorage::setTimezone(Timezone* tz) {
26
this->tz = tz;
27
}
28
29
bool 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