MCPcopy Create free account
hub / github.com/comaps/comaps / MakeTimetuple

Function MakeTimetuple

3party/opening_hours/rules_evaluation.cpp:199–204  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199std::tm MakeTimetuple(time_t const timestamp)
200{
201 std::tm tm{};
202 localtime_r(&timestamp, &tm);
203 return tm;
204}
205} // namespace
206
207namespace osmoh

Callers 2

IsActiveImplFunction · 0.85
GetNextTimeStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected