Amazon Web Services - AWS EC2 - Ubuntu 14.04
Set timezone
This example shows how to change timezone on AWS EC2 Linux server
# rm /etc/localtime //removing old timezone
# ln -s /usr/share/zoneinfo/Europe/Zagreb /etc/localtime //create new timezone
# date //check new timezone time
Fri Jun 26 16:05:03 CEST 2015