timeb(5) timeb(5)
NAME
timeb - additional definitions for date and time
SYNOPSIS
#include <sys/timeb.h>
DESCRIPTION
The <sys/timeb.h> header defines the timeb structure that includes at
least the following members:
timet time The seconds portion of the current time
unsigned short millitm The milliseconds portion of the current time
short timezone The local timezone in minutes west of Greenwich
short dstflag TRUE if Daylight Savings Time is in effect
The timet type is defined as described in <sys/types.h>.
The header <sys/timeb.h> declares the following as a function which
may also be defined as a macro:
int ftime(struct timeb *tp);
SEE ALSO
ftime(3C), time(5).
Page 1 Reliant UNIX 5.44 Printed 11/98