[#GetTime-0d8] = GetTime :mrdocs: `GetTime` overloads == Synopses Declared in `<util/time.h>` 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 [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int64_t xref:GetTime-0e.adoc[GetTime](); ---- [.small]#xref:GetTime-0e.adoc[_» more..._]# DEPRECATED, see GetTime. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<typename T> T xref:GetTime-0db.adoc[GetTime](); ---- [.small]#xref:GetTime-0db.adoc[_» more..._]# == Return Value * The current node time as a Unix timestamp in seconds. * The current node time since epoch as a duration of type T. [.small]#Created with https://www.mrdocs.com[MrDocs]#