解決策 1:
でこれを行うことができるはずです
cp /usr/share/zoneinfo/America/Los_Angeles /etc/localtime
上記のコマンドを適切なタイムゾーンに置き換えてください。
解決策 2:
Ubuntu 12.04 では、次の方法でうまくいきました:
# http://manpages.ubuntu.com/manpages/precise/man7/debconf.7.html
export DEBCONF_NONINTERACTIVE_SEEN=true DEBIAN_FRONTEND=noninteractive
echo "Europe/Berlin" > /etc/timezone
dpkg-reconfigure tzdata
解決策 3:
これを試してください:
echo "Europe/London" > /etc/timezone
dpkg-reconfigure -f noninteractive tzdata
解決策 4:
/etc/localtime
を更新 /usr/share/zoneinfo/
の正しいタイムゾーンを指すシンボリックリンク
ln -sf /usr/share/zoneinfo/$(tzselect) /etc/localtime