Notion Templates
/
Wikis
/
🔥
Red's Notion Formula Sheet
/
fromTimestamp
fromTimestamp
Description
Returns a date constructed from a Unix millisecond timestamp, corresponding to the number of milliseconds since January 1, 1970.
Tags
Functions
Type
Date
Syntax
fromTimestamp(number)
Example
fromTimestamp(2000000000000) == Tue May 17 2033
Template Example