Unparses a Time value into a command‐line string representation using the format specified by absl::ParseTime().

Synopsis

Declared in <absl/time/time.h>

std::string
AbslUnparseFlag(Time t);

Return Value

The command‐line string representation of t.

Parameters

Name

Description

t

The time to unparse.

Created with MrDocs