Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
System
System.Time

Class System.Time

Description

The current time as a structure containing a sec and a usec member.


int System.Time.sec
int System.Time.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 System.Time.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.