[#NodeClock-to_time_t-00] = xref:NodeClock.adoc[NodeClock]::to_time_t :relfileprefix: ../ :mrdocs: == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[nodiscard]] static time_t to_time_t(time_point const& __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]#