The timezone is stored in the file /etc/timezone.
/etc/timezone
cat /etc/timezone
Example:
# cat /etc/timezone Europe/London
You can use vi:
vi
vi /etc/timezone
Or set it directy:
echo "Europe/Berlin" > /etc/timezone