<p dir="ltr">So I did this from root and I'm still in UTC and not eastern. </p>
<p dir="ltr">Anyone have any suggestions? </p>
<p dir="ltr">date<br>
rm /etc/localtime<br>
rm: remove regular file `/etc/localtime'? y<br>
cd /etc<br>
ln -sf /usr/share/zoneinfo/US/eastern<br>
localtime ; eastern (when I do this I get a bash error)<br>
killall ntpd<br>
ntpdate -b <a href="http://pool.ntp.org">pool.ntp.org</a><br>
date<br>
reboot</p>