Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed:
EPOCHTODATE is a Google Sheets-specific function that transforms a Unix epoch integer (seconds since 1970-01-01 00:00:00 UTC) into a Sheets serial date-time value, with an optional second argument specifying the unit (1=seconds, 2=milliseconds, 3=microseconds). Use it to work with API timestamps, log data, or any system that exports Unix timestamps.
=((A2/86400)+DATE(1970,1,1))=EPOCHTODATE(A2,1)Computed by a real spreadsheet engine on the sample data below.
| UnixTimestamp | DateTimeValue |
| 1704067200 | |
| 1711929600 | |
| 1719792000 | |
| 1727654400 |
=((A2/86400)+DATE(1970,1,1))→45292
Edit the grid or formula, then run it through a real spreadsheet engine — no signup.
Sample data — click any cell to edit
Need a version for your data?
Try: “Convert Unix timestamps from my API logs into readable dates in Google Sheets”
Written and reviewed by FormulaCraft Team. Each formula on this page is run through our verification engine before publishing.
Last reviewed: