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: For example, for British time:
#+BEGIN_SRC: bash #+BEGIN_SRC: bash
TZ='Europe/London'; export TZ export TZ='Europe/London'
echo "TZ='Europe/London'; export TZ" >> ~/.bashrc echo "export TZ='Europe/London'" >> ~/.bashrc
echo "TZ='Europe/London'; export TZ" >> /home/myusername/.bashrc echo "export TZ='Europe/London'" >> /home/myusername/.bashrc
#+END_SRC #+END_SRC
** Upgrade the kernel ** Upgrade the kernel