How to change timezone in Arch
First link new timezone
sudo ln -sf /usr/share/zoneinfo/Asia/Tbilisi /etc/localtime
Next sync clock
hwclock --systohc
You can check time typing
date
uptime
timedatectl
Last command will print timezone info.