Set time zone
This commit is contained in:
parent
21a54a483a
commit
0e0823a5df
|
@ -354,6 +354,7 @@ tzselect
|
||||||
For example, for British time:
|
For example, for British time:
|
||||||
|
|
||||||
#+BEGIN_SRC: bash
|
#+BEGIN_SRC: bash
|
||||||
|
TZ='Europe/London'; export TZ
|
||||||
echo "TZ='Europe/London'; export TZ" >> ~/.bashrc
|
echo "TZ='Europe/London'; export TZ" >> ~/.bashrc
|
||||||
echo "TZ='Europe/London'; export TZ" >> /home/myusername/.bashrc
|
echo "TZ='Europe/London'; export TZ" >> /home/myusername/.bashrc
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in New Issue