in reply to Re: Date format in *nix boxin thread [OT] Date format in *nix box
I perfectly understand, but this website is about Perl and not about Unix commands. You can take my solution and put it into a Perl oneliner as follows:
perl -MPOSIX=strftime -le 'print strftime "%Y%m%d %H%M%S", localtime' [download]