Linux Set Timezone by Command Line: Ubuntu 12.04 Server


1.  FIND Timezone Identifier (example:  America/New_York)


tzselect

2.  SET Timezone: Type 2 Commands below

echo "America/New_York" | sudo tee /etc/timezone

sudo dpkg-reconfigure --frontend noninteractive tzdata

3.  TEST Timezone

date