[#MockableSteadyClock-to_time_t] = xref:MockableSteadyClock.adoc[MockableSteadyClock]::to_time_t :relfileprefix: ../ :mrdocs: Deleted and unused conversion to std::time_t. == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static time_t to_time_t(xref:MockableSteadyClock/time_point.adoc[time_point] const& t) = delete; ---- == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time point that would be converted. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#