Debian Linux Change Time Zone Supporting tagline
// 比如要使用上海时间
echo "Asia/Shanghai" | sudo tee /etc/timezone
sudo dpkg-reconfigure --frontend noninteractive tzdata
Published
25 March 2014
// 比如要使用上海时间
echo "Asia/Shanghai" | sudo tee /etc/timezone
sudo dpkg-reconfigure --frontend noninteractive tzdata