Software >> Development >> Languages >> Perl >> How to convert from unix time to full date/time string

scalar localtime($unixtime) where $unixtime contains the number of elapsed seconds since Unix epoch (00:00:00 1-jan-1970) to show current date /time string scalar localtime();