Ubuntu moguris@geozero:~/sbs-install/bin$ date Tue Jul 3 15:23:14 UTC 2012
Ubuntu moguris@geozero:~/sbs-install/bin$ sudo ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime sudo: unable to resolve host geozero ln: failed to create symbolic link `/etc/localtime': File exists
すでにlocaltimeがあると怒られるので
Ubuntu moguris@geozero:~/sbs-install/bin$ sudo rm -rf /etc/localtime Ubuntu moguris@geozero:~/sbs-install/bin$ sudo ln -s /usr/share/zoneinfo/Asia/Tokyo /etc/localtime
消して更新しました。ついでに時刻の同期もしておきました。
Ubuntu moguris@geozero:~/sbs-install/bin$ sudo ntpdate time-nw.nist.gov sudo: unable to resolve host geozero 4 Jul 00:26:37 ntpdate[20279]: no server suitable for synchronization found
無事JSTに出来ました。
Ubuntu moguris@geozero:~/sbs-install/bin$ date Wed Jul 4 00:26:39 JST 2012