[#absl-FormatTime-0a] = xref:absl.adoc[absl]::FormatTime :relfileprefix: ../ :mrdocs: Formats the given time using the RFC3339_full format in the local time zone. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string FormatTime(xref:absl/Time.adoc[Time] t); ---- == Return Value The formatted time string. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time to format. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#