Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ GetCurrentDate
Function
GetCurrentDate
libi2pd/Timestamp.cpp:250–253 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
248
}
249
250
void GetCurrentDate (char * date)
251
{
252
GetDateString (GetSecondsSinceEpoch (), date);
253
}
254
255
void GetNextDayDate (char * date)
256
{
Callers
2
GetStoreHash
Method · 0.85
CreateRoutingKey
Function · 0.85
Calls
2
GetDateString
Function · 0.85
GetSecondsSinceEpoch
Function · 0.85
Tested by
no test coverage detected