__tzname

Name

 -- global variable containing the timezone

Synopsis

char * __tzname[2];

Description

__tzname has the same specification as tzname in the ISO POSIX (2003).

Note that the array size of 2 is explicit in the ISO POSIX (2003), but not in the SUSv2.