[#FormatISO8601Date] = FormatISO8601Date :mrdocs: Format a Unix timestamp as an ISO 8601 date string. == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string FormatISO8601Date(int64_t nTime); ---- == Return Value The date portion formatted as an ISO 8601 string. == Parameters [cols="1,4"] |=== | Name| Description | *nTime* | Unix timestamp in seconds. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#