in reply to Dates and time.
use POSIX qw(strftime); print(strftime("%b %d %Y",localtime(960662500))); [download]