Time zone is stored in /etc/timezone file. Running /usr/bin/tzselect will help you find your time zone but doesn't update your system.
run tzconfig
Once you've set your timezone you might wish to change the UTC setting, upon Debian machines you can find that in the /etc/default/rcS file. Although changing this will require a reboot. I think, hwclock --systohc --utc command (in case UTC=yes) could be used instead of reboot.
#!/bin/bash /usr/sbin/ntpdate -s /sbin/hwclock --adjust /sbin/hwclock --systohcapt-get -y install ntpdate
echo "ntpdate -b pool.ntp.org" > updateTime.sh chmod +x updateTime.sh sh updateTime.sh