Go to the first, previous, next, last section, table of contents.
#include <time.h> void tzsetwall(void);
This function sets up the time conversion information used by
localtime
(see section localtime) so that localtime
returns
the best available approximation of the local wall clock time.
None.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.