Converts an absl::Time to a timespec.

Synopsis

Declared in <absl/time/time.h>

timespec
ToTimespec(Time t);

Return Value

The equivalent timespec.

Parameters

Name

Description

t

The time to convert.

Created with MrDocs