MCPcopy Create free account
hub / github.com/Exiv2/exiv2 / time2Str

Function time2Str

app/actions.cpp:1654–1657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1652} // str2Tm
1653
1654std::string time2Str(time_t time) {
1655 auto tm = localtime(&time);
1656 return tm2Str(tm);
1657} // time2Str
1658
1659std::string tm2Str(const tm* tm) {
1660 if (!tm)

Callers 1

adjustDateTimeMethod · 0.85

Calls 1

tm2StrFunction · 0.85

Tested by

no test coverage detected