Query: gettimeofday
OS: hpux
Section: 2
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
gettimeofday(2) System Calls Manual gettimeofday(2)NAMEgettimeofday - get the date and timeSYNOPSISDESCRIPTIONThe function obtains the current time, expressed as seconds and microseconds since Epoch, and stores it in the structure pointed to by tp. The resolution of the system clock is one microsecond.PARAMETERSPrograms should use this time zone information only in the absence of the environment variable. tp A pointer to a structure in which the current time is returned. The structure includes the following members: tzp If this parameter is not a null pointer, it is interpreted as a pointer to a structure under HP-UX. The structure has the following fields: tz_minuteswest The number of minutes that the local time zone is west of Coordinated Universal Time (UTC) or Epoch. tz_dsttime A flag that, if nonzero, indicates that Daylight Savings Time (DST) applies locally during the appropriate part of the year.RETURN VALUEreturns the following values under HP-UX: Successful completion. Failure. is set to indicate the error.ERRORSIf fails, is set to the following value under HP-UX: [EFAULT] An argument address referenced invalid memory.EXAMPLESThe following HP-UX example calls twice. It then computes the lapsed time between the calls in seconds and microseconds and stores the result in a timeval structure:WARNINGSRelying on a granularity of one microsecond may result in code that is not portable to other platforms.AUTHORwas developed by the University of California, Berkeley, and HP.SEE ALSOdate(1), ftime(2), settimeofda(2), stime(2), time(2), ctime(3C). gettimeofday(2)
Related Man Pages |
---|
settimeofday(2) - mojave |
gettimeofday(3c) - sunos |
settimeofday(2) - debian |
gettimeofday(2) - osx |
gettimeofday(2) - freebsd |
Similar Topics in the Unix Linux Community |
---|
The Switch to DST 2007 --- How Did It Go? |
Change the time in AIX |
How to set the Daylight Saving Time (DST) OFF |
Gettimeofday problem |
Auto resetting for Daylight Savings Time |