symlink one of the timezone files from /usr/share/zoneinfo/ to /etc/localtime
ln -sf /usr/share/zoneinfo/GB /etc/localtime
To make the change persist also set ZONE in /etc/sysconfig/clock
Source http://www.thatsgeeky.com/2010/10/time-on-aws-linux-ami/