[#absl-operator_lshift-0e9] = xref:absl.adoc[absl]::operator<< :relfileprefix: ../ :mrdocs: Writes the formatted time to an output stream. == Synopsis Declared in `<absl/time/time.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::ostream& operator<<( std::ostream& os, xref:absl/Time.adoc[Time] t); ---- == Return Value A reference to `os`. == Parameters [cols="1,4"] |=== | Name| Description | *os* | The output stream to write to. | *t* | The time to write. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#