|
GnuCash 2.3.0
|
Use a 64-bit unsigned int timespec. More...
#include <gnc-date.h>
Data Fields | |
| gint64 | tv_sec |
| glong | tv_nsec |
Use a 64-bit unsigned int timespec.
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 -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807.
Definition at line 175 of file gnc-date.h.
1.7.4