in reply to How to Prepending a timestamp to each line of output from a command
Your use of %asuggests POSIX::strftime::GNU instead of POSIX strftime().
use POSIX::strftime::GNU; use POSIX 'strftime'; [download]