TZ
Defines the timezone for date/time values handling.
The TZ environment variable defines the current timezone for the application.
The timezone is used by language elements such as:
If TZ is not defined, the timezone is defined by the operating system settings.
Read the UNIX™ man page of the tzset()
and
localtime()
C function for more details about this variable.