[#GetTime-0e] = GetTime :mrdocs: DEPRECATED Use either ClockType::now() or Now<TimePointType>() if a cast is needed. ClockType is ‐ SteadyClock/std::chrono::steady_clock for steady time ‐ SystemClock/std::chrono::system_clock for system time ‐ NodeClock for mockable system time == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t GetTime(); ---- == Return Value The current node time as a Unix timestamp in seconds. [.small]#Created with https://www.mrdocs.com[MrDocs]#