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

Function SecondsSinceEpochToString

libs/base/timer.cpp:101–104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101std::string SecondsSinceEpochToString(uint64_t secondsSinceEpoch)
102{
103 return TimestampToString(SecondsSinceEpochToTimeT(secondsSinceEpoch));
104}
105
106time_t StringToTimestamp(std::string const & s)
107{

Callers 4

CmdTrackFunction · 0.85
CmdTracksFunction · 0.85
SaveGxTracksFunction · 0.85
SaveTrackDataFunction · 0.85

Calls 2

SecondsSinceEpochToTimeTFunction · 0.85
TimestampToStringFunction · 0.70

Tested by

no test coverage detected