in reply to AM/PM in date and time format
use strict; use warnings; use POSIX 'strftime'; print strftime '%Y/%m/%d - %I:%M:%S %P', localtime; print "\n"; [download]
"The first rule of Perl club is you do not talk about Perl club." -- Chip Salzenberg