absl::operator<<

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

NameDescription
osThe output stream to write to.
tzThe time zone to write.