tzselectAnswer the 3 locations questions. Then create a symlink to your local time.
rm -rf /etc/localtime
ln -sf /usr/share/zoneinfo/America/Los_Angeles /etc/localtimeThe symlink will be according to your time zone--above is just an example.
Now, we check the date and time
dateTime and date should now be properly set.