顯示具有 localtime 標籤的文章。 顯示所有文章
顯示具有 localtime 標籤的文章。 顯示所有文章

2013年9月30日 星期一

AMI Linux, set timezone

This article teaches you how to set timezone in your AMI Linux Machine.

1. List out the timezone

 ls -F /usr/share/zoneinfo/


2. Setup timezone

 sudo ln -sf /usr/share/zoneinfo/Asia/Hong_Kong /etc/localtime

3. Show the date
date