I printed the localtime return values without storing that into one variable, it is display some digits I don't know what is that, but if we use that return value in localtime and store that into scalar variable it is displaying some date format.
for example
print localtime,"\n";
its print output
713156411531250
then I give that output to arguments of localtime like
$time=localtime(713156411531250);
print "$time\n";
Output:
Sat Jan 14 16:37:30 22600997