[#NodeClock-from_time_t-05] = xref:NodeClock.adoc[NodeClock]::from_time_t :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] static time_point from_time_t(time_t __t) noexcept; ---- == Return Value [NOTE] ==== The return value https://en.cppreference.com/cpp/language/attributes/nodiscard[should not be discarded^]. ==== [.small]#Created with https://www.mrdocs.com[MrDocs]#