Help for this page
perl -e 'print "TZ=$ENV{TZ}: ", scalar localtime, "\n"; $ENV{TZ}="US/Eastern"; print "TZ=$ENV{TZ}: ", scalar localtime, "\n"'