The current time as a structure containing a sec and a usec
member.
int sec int usec
Description
The number of seconds and microseconds since the epoch and the
last whole second, respectively. (See also time() )
Please note that these variables will continually update when
they are requested, there is no need to create new Time()
objects.
Variable
usec_full
int usec_full
Description
The number of microseconds since the epoch. Please note that
pike has to have been compiled with bignum support for this
variable to contain sensible values.