Help for this page
use POSIX qw/strftime/; print strftime('%Y-%m-%d %H:%M:%S',gmtime);
print strftime('%Y-%m-%d %H:%M:%S',localtime);