[#absl-FormatTime-01] = xref:absl.adoc[absl]::FormatTime :relfileprefix: ../ :mrdocs: Formats the given time using the RFC3339_full format in the given 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, xref:absl/TimeZone.adoc[TimeZone] tz); ---- == Description Convenience functions that format the given time using the RFC3339_full format. The first overload uses the provided TimeZone, while the second uses LocalTimeZone(). == Return Value The formatted time string. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time to format. | *tz* | The time zone to format in. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#