in reply to unix timestamp
use POSIX 'strftime'; + my $timestamp= strftime( '%s' => localtime() ); [download]