Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

tzname - array variable for timezone strings

&pagelevel(4)&pagelevel

Syntax

#include <time.h>

extern char *tzname[2];

Description

The external variable tzname contains the names of time zones. tzname is set by default as follows:

char *tzname[2] = { "GMT", "" };

tzname is set by tzset(),  ctime(), localtime(), mktime(), and strftime().

See also

altzone, asctime(), ctime(), daylight, gmtime(), localtime(), timezone, tzset().