#include <types.h>
Public Attributes | |
| s32 | sec_high |
| High four bytes of the number of seconds since the epoch (zero for all times Unix can actually represent with time_t). | |
| u32 | sec_low |
| Low four bytes of the number of seconds since the epoch. | |
| u32 | frac_high |
| High four bytes of the fractional part of the second (a value of '1' indicates 1/(2^32) of a second). | |
| u32 | frac_low |
| Low four bytes of the fractional part of the second (a value of '1' indicates 1/(2^64) of a second). | |
The time is represented by the number of seconds since the Unix epoch (January 1, 1970, UTC).
1.2.1 written by Dimitri van Heesch,
© 1997-2000