absl::FormatTime

Formats the given time using the RFC3339_full format in the local time zone.

Synopsis

Declared in <absl/time/time.h>

std::string
FormatTime(Time t);

Return Value

The formatted time string.

Parameters

NameDescription
tThe time to format.