Appends the formatted time to a stringify sink.
Declared in <absl/time/time.h>
template<typename Sink>
void
AbslStringify(
Sink& sink,
Time t);
Support for StrFormat(), StrCat() etc.
| Name | Description |
|---|---|
| sink | The sink to append to. |
| t | The time to stringify. |