absl::FromUnixMicros

Creates an absl::Time from a count of microseconds since the Unix epoch.

Synopsis

Declared in <absl/time/time.h>

constexpr
Time
FromUnixMicros(int64_t us);

Return Value

The corresponding time.

Parameters

NameDescription
usThe count of microseconds since the Unix epoch.