#include <gnc-date.h>
struct timespec64 is just like the unix 'struct timespec' except that we use a 64-bit unsigned int to store the seconds. This should adequately cover dates in the distant future as well as the distant past, as long as they're not more than a couple dozen times the age of the universe. Values of this type can range from 0 to 18,446,744,073,709,551,615.
Definition at line 155 of file gnc-date.h.
Data Fields | |
guint64 | tv_sec |
glong | tv_nsec |