Here i will explain how to change existing timezone on ubuntu via command line.
On ubuntu 6 series and older the command is:
#tzconfig
and then just follow the pop up blue screen CLI wizard
On ubuntu 7 and later the command is:
#dpkg-reconfigure tzdata
and then just follow the pop up blue screen CLI wizard
Hope that help
Regards