TZ export
This commit is contained in:
parent
45c9bad8f9
commit
ff8084ce74
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue