MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / GetTimezoneMin

Method GetTimezoneMin

lib/mdflib/mdflib/src/timestamp.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47int16_t UtcTimestamp::GetDstMin() const { return 0; }
48
49int16_t UtcTimestamp::GetTimezoneMin() const { return 0; }
50
51uint64_t UtcTimestamp::GetUtcTimeNs() const { return utc_timestamp_; }
52

Callers 3

TEST_FFunction · 0.80
SetTimeMethod · 0.80
SetTimeMethod · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64