The following 30 words could not be found in the dictionary of 1150 words (including 1150 LocalSpellingWords) and are highlighted below:
available   bashrc   by   can   changes   command   echo   export   exporting   files   following   list   look   make   permanent   possible   share   shell   This   this   timezone   Timezone   timezones   to   typing   use   usr   variable   will   zoneinfo  

Clear message
Edit History Actions Discussion

FAQ/Timezone

Timezone

It is possible to change the timezone in the shell by exporting the TZ variable. You can do this by typing the following command:

export TZ="UTC"

This will change the timezone to UTC. To look at the available timezones list the files in /usr/share/zoneinfo

To make the changes permanent use this command:

echo 'export TZ="UTC"' >> ~/.bashrc