my $time = 1094736647; print scalar gmtime($time); print "\n"; print scalar localtime($time);