__tzname

Name

 -- global variable containing the timezone

Synopsis

char *__tzname[2];

Description

__tzname has the same specification as tzname in the Single UNIX Specification.

Note that the array size of 2 is explicit in the Single UNIX Specification, Version 3, but not in the Single UNIX Specification, Version 2.