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
Name |
Description |
ms |
The count of milliseconds since the Unix epoch. |
Created with MrDocs