#! /usr/bin/perl -wl

print '' . localtime($ARGV[0] || time);
print '' . gmtime($ARGV[0] || time) . " GMT";
