Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
138
int64_t GetTimeSeconds()
139
{
140
return int64_t{GetSystemTime<std::chrono::seconds>().count()};
141
}
142
143
std::string FormatISO8601DateTime(int64_t nTime) {
144
struct tm ts;
Callers
2
NetinfoRequestHandler
Class · 0.85
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
count
Method · 0.80
Tested by
1
BOOST_AUTO_TEST_CASE
Function · 0.68