MCPcopy 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

GetStoreHashMethod · 0.85
CreateRoutingKeyFunction · 0.85

Calls 2

GetDateStringFunction · 0.85
GetSecondsSinceEpochFunction · 0.85

Tested by

no test coverage detected