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