If you are looking to convert epoch time to regular readable time, here’s a quick and easy tutorial to get you started.
Let’s say you have this timestamp: 1750750930
=(((A2/60)/60)/24)+DATE(1970,1,1)
A2
with the cell where your timestamp is.For large datasets, drag the formula down to apply it to all rows.
If you get a #VALUE! error, make sure the cell format is set to General
first.