use POSIX qw( strftime ); print strftime( '%Y-%m-%d %T', localtime);