Format guide
Readable date
Human-readable UTC date string
Human-readable date format like `Mon, 15 Jan 2024 14:30:00 UTC` — based on RFC 1123 with `UTC` substituted for `GMT` for clarity. Always UTC and locale-independent so cross-region teams see identical strings, the whole point of normalization. Useful for audit logs, status pages, and any context where humans need to verify timestamps quickly.
How to open a Readable date file
Any text editor. The format is structured enough to parse mechanically (`Date.parse` accepts it) but readable enough to scan visually.
Primary use
Human verification of timestamps in audit logs and reports.
Convert other formats to Readable date
Looking for something else? Browse the full list of 192 converters.