absl::FromUnixMillis

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

Synopsis

Declared in <absl/time/time.h>

constexpr
Time
FromUnixMillis(int64_t ms);

Return Value

The corresponding time.

Parameters

NameDescription
msThe count of milliseconds since the Unix epoch.