diff --git a/beaglebone.txt b/beaglebone.txt index 8e72509a..46808d3e 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -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