Help for this page

Select Code to Download


  1. or download this
    perl -e 'print "TZ=$ENV{TZ}: ", scalar localtime, "\n";
             $ENV{TZ}="US/Eastern"; 
             print "TZ=$ENV{TZ}: ", scalar localtime, "\n"'