in reply to Re^2: Hex, Localtime and strings
in thread Hex, Localtime and strings

I know this is late, but I'll share what worked for me!

$hexval = hex '51C07405'; print scalar(localtime($hexval));