소스 검색

Set time zone

Bob Mottram 11 년 전
부모
커밋
0e0823a5df
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      beaglebone.txt

+ 1
- 0
beaglebone.txt 파일 보기

@@ -354,6 +354,7 @@ tzselect
354 354
 For example, for British time:
355 355
 
356 356
 #+BEGIN_SRC: bash
357
+TZ='Europe/London'; export TZ
357 358
 echo "TZ='Europe/London'; export TZ" >> ~/.bashrc
358 359
 echo "TZ='Europe/London'; export TZ" >> /home/myusername/.bashrc
359 360
 #+END_SRC