absl::ToUnixMicros

Converts an absl::Time to a count of microseconds since the Unix epoch.

Synopsis

Declared in <absl/time/time.h>

int64_t
ToUnixMicros(Time t);

Return Value

The count of microseconds since the Unix epoch.

Parameters

NameDescription
tThe time to convert.