swu_timestamp_t

UNIX timestamp

Synopsis:

#include <swu/Common.h>

typedef int64_t swu_timestamp_t;

Library:

libswu-core

Use the -l swu-core option with qcc to link against the SWU library. This library is usually included automatically.

Description:

The swu_timestamp_t data type stores a UNIX timestamp, which indicates the number of seconds since the start of 1970 (i.e., 1/1/1970 UTC).