Timestamps

Relative 'time ago' by default; click to reveal the exact ISO8601 UTC moment.

Preview

React preview

LiveView (HEEx)

alias DesignSystem.UI.Timestamps

<Timestamps.timestamp id="run-started" at={run.started_at} />

React (JSX)

import { Timestamp } from "../ui/index.mjs"

<Timestamp at={run.startedAt} />