[Overview][Constants][Types][Procedures and functions][Variables] |
Return kernel time of day in GMT
Source position: unxsysch.inc line 16
function fpgettimeofday( |
tp: ptimeval; |
tzp: ptimezone |
):cInt; |
FpGetTimeOfDayreturns the number of seconds since 00:00, January 1 1970, GMT in a timevalrecord. This time NOT corrected any way, not taking into account timezones, daylight savings time and so on.
It is simply a wrapper to the kernel system call.
None.