Set time zone

This commit is contained in:
Bob Mottram 2014-03-30 11:36:14 +00:00
parent 21a54a483a
commit 0e0823a5df
1 changed files with 1 additions and 0 deletions

View File

@ -354,6 +354,7 @@ 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
#+END_SRC