Go to the first, previous, next, last section, table of contents.


tzset

Syntax

#include <time.h>

void tzset(void);

Description

This function initializes tzname according to environment variable TZ.

Return Value

None.

Portability

not ANSI, POSIX


Go to the first, previous, next, last section, table of contents.