perl -le 'print scalar localtime' #### perl -MPOSIX=strftime -le 'print strftime "%Y-%m-%d %H:%M:%S", localtime'