Product
Rows AI
Your number crunching sidekick
Integrations
Seamless connections to your tools
Support Docs
Learn how to make the most out of Rows.
Features
All-in-one spreadsheet for teams
Pricing
Templates
Community
Sign in
Sign up for free
Functions
UNIX2DATE
Convert a unix timestamp to a human readable date.
Parameter List
Syntax
UNIX2DATE
(
timestamp
)
timestamp
The unix time in seconds.
Examples
Example 1
UNIX2DATE("1545264000") returns 2018-12-20
Example 2
UNIX2DATE(649429210) returns 1990-07-31
Parameter List
Examples