MCPcopy Create free account
hub / github.com/CalcProgrammer1/OpenRGB / getUTCTime

Method getUTCTime

dependencies/hueplusplus-1.0.0/src/BridgeConfig.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return cache.getValue().at("mac").get<std::string>();
79}
80time::AbsoluteTime BridgeConfig::getUTCTime() const
81{
82 return time::AbsoluteTime::parseUTC(cache.getValue().at("UTC").get<std::string>());
83}
84std::string BridgeConfig::getTimezone() const
85{
86 return cache.getValue().at("timezone").get<std::string>();

Callers 1

TESTFunction · 0.80

Calls 1

getValueMethod · 0.80

Tested by 1

TESTFunction · 0.64