I want to be able to set timezone for Ubuntu hosts, from command line (given in POSIX format).
I was searching for options, and found timedatectl from systemd package but since I did not want the entire systemd, but just timedatectl, I downloaded the .deb package and extracted the timedatectl binary, but that expects GLIBC>=2.17, I have GLIBC 2.15 on my Ubuntu 12.04 !
Is there any other utility, which is simple enough to use, that I can install, to set timezone in POSIX format (e.g. EST+10)