MCPcopy Create free account
hub / github.com/LUX-Core/lux / EncodeDumpTime

Function EncodeDumpTime

src/rpcdump.cpp:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37bool EnsureWalletIsAvailable(bool avoidException);
38
39std::string static EncodeDumpTime(int64_t nTime)
40{
41 return DateTimeStrFormat("%Y-%m-%dT%H:%M:%SZ", nTime);
42}
43
44int64_t static DecodeDumpTime(const std::string& str)
45{

Callers 1

dumpwalletFunction · 0.85

Calls 1

DateTimeStrFormatFunction · 0.85

Tested by

no test coverage detected