Skip to main content
FLO.W 思流Notion Formulas
Back to function index

timestamp

A quick reference for the Notion timestamp function, including syntax, purpose, return value, and examples.

Quick reference

ItemDetails
Functiontimestamp()
CategoryDate and time
Syntaxtimestamp(date)
PurposeConvert to a Unix timestamp in milliseconds
Return valueNumber

Official example of the timestamp function in the Notion formula editor

Examples and notes

timestamp(prop("Date"))

Returns a Unix timestamp in milliseconds.

fromTimestamp(1714521600000)

Note: According to the official description, fromTimestamp() does not preserve seconds or milliseconds.

To use these formulas directly in task reminders, project progress, note heatmaps, and reports, continue with FLO.W Notion Template.

Back to function index

Last updated on