Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PurpleI2P/i2pd
/ GetNextDayDate
Function
GetNextDayDate
libi2pd/Timestamp.cpp:255–258 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
253
}
254
255
void GetNextDayDate (char * date)
256
{
257
GetDateString (GetSecondsSinceEpoch () + 24*60*60, date);
258
}
259
260
void GetDateString (uint64_t timestamp, char * date)
261
{
Callers
1
CreateRoutingKey
Function · 0.85
Calls
2
GetDateString
Function · 0.85
GetSecondsSinceEpoch
Function · 0.85
Tested by
no test coverage detected