1<sys/timeb.h>(0P)          POSIX Programmer's Manual         <sys/timeb.h>(0P)
2
3
4

NAME

6       sys/timeb.h - additional definitions for date and time
7

SYNOPSIS

9       #include <sys/timeb.h>
10

DESCRIPTION

12       The <sys/timeb.h> header shall define the timeb structure that includes
13       at least the following members:
14
15
16              time_t         time     The seconds portion of the current time.
17              unsigned short millitm  The milliseconds portion of the current time.
18              short          timezone The local timezone in minutes west of Greenwich.
19              short          dstflag  TRUE if Daylight Savings Time is in effect.
20
21       The time_t type shall be defined as described in <sys/types.h> .
22
23       The following shall be declared as a function and may also  be  defined
24       as a macro. A function prototype shall be provided.
25
26
27              int   ftime(struct timeb *); (LEGACY )
28
29       The following sections are informative.
30

APPLICATION USAGE

32       None.
33

RATIONALE

35       None.
36

FUTURE DIRECTIONS

38       None.
39

SEE ALSO

41       <sys/types.h>, <time.h>
42
44       Portions  of  this text are reprinted and reproduced in electronic form
45       from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
46       --  Portable  Operating  System  Interface (POSIX), The Open Group Base
47       Specifications Issue 6, Copyright (C) 2001-2003  by  the  Institute  of
48       Electrical  and  Electronics  Engineers, Inc and The Open Group. In the
49       event of any discrepancy between this version and the original IEEE and
50       The  Open Group Standard, the original IEEE and The Open Group Standard
51       is the referee document. The original Standard can be  obtained  online
52       at http://www.opengroup.org/unix/online.html .
53
54
55
56IEEE/The Open Group                  2003                    <sys/timeb.h>(0P)
Impressum