[#absl-AbslUnparseFlag-03] = xref:absl.adoc[absl]::AbslUnparseFlag :relfileprefix: ../ :mrdocs: Unparses a Time value into a command‐line string representation using the format specified by `absl::ParseTime()`. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::string AbslUnparseFlag(xref:absl/Time.adoc[Time] t); ---- == Return Value The command‐line string representation of `t`. == Parameters [cols="1,4"] |=== | Name| Description | *t* | The time to unparse. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#