Converts a timespec to an absl::Time.

Synopsis

Declared in <absl/time/time.h>

Time
TimeFromTimespec(timespec ts);

Return Value

The equivalent time.

Parameters

Name

Description

ts

The timespec to convert.

Created with MrDocs