From 0e0823a5df7307c6cfb0fcab160beab8b0af8c79 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 30 Mar 2014 11:36:14 +0000 Subject: [PATCH] Set time zone --- beaglebone.txt | 1 + 1 file changed, 1 insertion(+) 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