Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
std::tm MakeTimetuple(time_t const timestamp)
200
{
201
std::tm tm{};
202
localtime_r(×tamp, &tm);
203
return tm;
204
}
205
} // namespace
206
207
namespace osmoh
Callers
2
IsActiveImpl
Function · 0.85
GetNextTimeState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected