Writes the time zone's name to an output stream.
Synopsis
Declared in <absl/time/time.h>
std::ostream&
operator<<(
std::ostream& os,
TimeZone tz);
Return Value
A reference to os.
Parameters
Name |
Description |
os |
The output stream to write to. |
tz |
The time zone to write. |
Created with MrDocs