Relative time displays like '5 minutes ago' or '2 hours ago' make interfaces feel more human. In this challenge, you will build a Relative Time Formatter that converts timestamps into friendly relative strings.
Users enter an ISO date/time, click format, and see the relative time output. Support: 'just now', 'X minutes ago', 'X hours ago', 'X days ago'.