Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ GetUnix
Method
GetUnix
Libraries/unrar/timefn.cpp:164–167 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
162
163
164
time_t RarTime::GetUnix()
165
{
166
return time_t(GetUnixNS()/1000000000);
167
}
168
169
170
void RarTime::SetUnix(time_t ut)
Callers
2
SetCloseFileTimeByName
Method · 0.80
UnixSymlink
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected