MCPcopy 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

CreateRoutingKeyFunction · 0.85

Calls 2

GetDateStringFunction · 0.85
GetSecondsSinceEpochFunction · 0.85

Tested by

no test coverage detected