# Setting the Timezone of your Ubuntu 12.04 machine
This evening I realized one of my VMs’ Timezone was incorrectly due to some date shown wrongly in my Node.js App.
A look at
cat /etc/timezone
revealed:
America/New York
Nope, that’s not quite correct, setting the Timezone using
dpkg-reconfigure tzdata
Did it’s job quite well ;-)