time-banner

Dynamically generated timestamp images, served as SVG or PNG.

Examples

Absolute time
Absolute time /absolute/1789001476
Relative time, past
Relative time, past /relative/1788997876
Relative time, future
Relative time, future /relative/+3600
Absolute time, in a timezone
Absolute time, in a timezone /absolute/1789001476?tz=America/Chicago
PNG output
PNG output /relative/1788997876.png
A different face
A different face /absolute/1789001476?font=inter
Selectable text, face embedded
Selectable text, face embedded /absolute/1789001476?text=embed
Analog clock favicon
Analog clock favicon /favicon.ico

Usage

/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.
extensionAppend .svg (default) or .png to the value, e.g. /relative/-1800.png.
/favicon.icoAn analog clock favicon showing the current time. Also available as /favicon.png.