First page Back Continue Last page Overview Graphics
nfstime4
nfstime4
- struct nfstime4 {
- int64_t seconds;
- uint32_t nseconds;
- }
- The nfstime4 structure gives the number of seconds and nanoseconds since midnight or 0 hour January 1, 1970 Coordinated Universal Time (UTC). Values greater than zero for the seconds field denote dates after the 0 hour January 1, 1970. Values less than zero for the seconds field denote dates before the 0 hour January 1, 1970.
- Note there is no Y2038 problem since they are using 64 bit seconds