Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1654
std::string time2Str(time_t time) {
1655
auto tm = localtime(&time);
1656
return tm2Str(tm);
1657
} // time2Str
1658
1659
std::string tm2Str(const tm* tm) {
1660
if (!tm)
Callers
1
adjustDateTime
Method · 0.85
Calls
1
tm2Str
Function · 0.85
Tested by
no test coverage detected