EPOCHTODATE
converts a unix timestamp to a date serial · from google sheets · no excel equivalent · sheets: not yet compared
signature
EPOCHTODATE(timestamp, [unit])
returns: number
| argument | required |
|---|---|
| timestamp | required |
| unit | optional · defaults to 1 |
examples
formula and result, taken from the engine's own test suite — every result below is asserted in CI, not written by hand.
fx
=EPOCHTODATE(86400) 25570