TZ export

This commit is contained in:
Bob Mottram 2014-05-10 14:15:45 +01:00
parent 45c9bad8f9
commit ff8084ce74
1 changed files with 3 additions and 3 deletions

View File

@ -358,9 +358,9 @@ tzselect
For example, for British time:
#+BEGIN_SRC: bash
TZ='Europe/London'; export TZ
echo "TZ='Europe/London'; export TZ" >> ~/.bashrc
echo "TZ='Europe/London'; export TZ" >> /home/myusername/.bashrc
export TZ='Europe/London'
echo "export TZ='Europe/London'" >> ~/.bashrc
echo "export TZ='Europe/London'" >> /home/myusername/.bashrc
#+END_SRC
** Upgrade the kernel