Here's a way to do it in one formula from full hex strings (e.g. 677406d7a099d0ce7fc5ae60)
677406d7a099d0ce7fc5ae60
=TO_DATE(hex2dec(left(A2,8))/86400+DATE(1970,1,1))