|
timeval | fromsystime (const SYSTEMTIME &st) |
| Convert from UTC system time to Unix time scale (UTC form 01/01/70)
|
|
void | tosystime (const timeval &tv, SYSTEMTIME *st) |
| Convert from timeval format to SYSTEMTIME format.
|
|
timeval | zone_bias () |
| Return time zone bias.
|
|
void | tolocaltime (const timeval &tv, SYSTEMTIME *st) |
| Convert to local time (in a SYSTEMTIME structure)
|
|
void | normalize (timeval &tv) |
| Following an arithmetic operation, brings timeval structure to a canonical form where tv_usec is less than 1000000 and has the same sign as tv_sec member.
|
|
Operations on timeval structure.
(c) Mircea Neacsu 2002-2024. All rights reserved.