MCPcopy Create free account
hub / github.com/ElementsProject/elements / GetTimeSeconds

Function GetTimeSeconds

src/util/time.cpp:138–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138int64_t GetTimeSeconds()
139{
140 return int64_t{GetSystemTime<std::chrono::seconds>().count()};
141}
142
143std::string FormatISO8601DateTime(int64_t nTime) {
144 struct tm ts;

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 1

countMethod · 0.80

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.68