[#FormatISO8601DateTime] = FormatISO8601DateTime :mrdocs: ISO 8601 formatting is preferred. Use the FormatISO8601{DateTime,Date} helper functions if possible. == Synopsis Declared in `<util/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string FormatISO8601DateTime(int64_t nTime); ---- == Return Value The timestamp formatted as an ISO 8601 date and time string. == Parameters [cols="1,4"] |=== | Name| Description | *nTime* | Unix timestamp in seconds. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#