
[Top]
system
|
Method system.gettimeoday()
- Method
gettimeoday
array(int) system.gettimeoday()
- Description
-
calls gettimeofday(); the result is an array of
seconds, microseconds, and possible tz_minuteswes, tz_dstttime
as given by the gettimeofday(2) system call
(read the man page).
Extracted from Pike v7.3 release 11 at 2001-11-03.
|