__tzname

Name

 -- external variable containing the timezone names

Synopsis

char * __tzname[2];

Description

The external variable __tzname shall implement the timezone name variable tzname as specified in ISO POSIX (2003) function tzset(). __tzname has the same specification as tzname.