__tzname

Name

 -- global variable containing the timezone

Synopsis

char *__tzname[2];

Description

The specification for "__tzname" is the same as "tzname" as specified in the SUS (note that the array size is two; this is explicit in the SUSv3 but not the SUSv2).

ERRORS