__tzname

Name

__tzname -- 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 POSIX 1003.1-2008 (ISO/IEC 9945-2009) function tzset(). __tzname has the same specification as tzname.