6 #ifndef BITCOIN_UTILTIME_H 7 #define BITCOIN_UTILTIME_H 38 #endif // BITCOIN_UTILTIME_H int64_t GetTime()
GetTimeMicros() and GetTimeMillis() both return the system time, but in different units...
std::string FormatISO8601DateTime(int64_t nTime)
ISO 8601 formatting is preferred.
void SetMockTime(int64_t nMockTimeIn)
void MilliSleep(int64_t n)
std::string FormatISO8601Time(int64_t nTime)
std::string FormatISO8601Date(int64_t nTime)
int64_t GetSystemTimeInSeconds()