Dynamically generated timestamp images, served as SVG or PNG.
/absolute/1789001476
/relative/1788997876
/relative/+3600
/absolute/1789001476?tz=America/Chicago
/relative/1788997876.png
/absolute/1789001476?font=inter
/absolute/1789001476?text=embed
/favicon.ico
/absolute/{value} | Absolute timestamp, RFC 3339 formatted, e.g. 2025-01-17T14:30:00+00:00. Aliases: /abs/{value}, /{value}. |
|---|---|
/relative/{value} | Relative timestamp, e.g. 2 hours ago. Alias: /rel/{value}. |
{value} | A Unix epoch in seconds (1752170474), or an offset from now: +3600, -1800, or a duration string like +1h30m, -3d. |
| extension | Append .svg (default) or .png to the value, e.g. /relative/-1800.png. |
/favicon.ico | An analog clock favicon showing the current time. Also available as /favicon.png. |