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
Name |
Description |
t |
The time to format. |
Created with MrDocs