The presented system time, is controlled by a system variable called TZ
. To change to NZ time you need to set the variable as follow:
export TZ="NZ"
If you want, you can add that to your default settings, by adding this line to your ~/.bashrc
.
The presented system time, is controlled by a system variable called TZ
. To change to NZ time you need to set the variable as follow:
export TZ="NZ"
If you want, you can add that to your default settings, by adding this line to your ~/.bashrc
.