Converts a number into a relative time.

Examples:

  • 0.5 =>
  • 1.5 =>
  • 120 =>
  • 24.75 =>
  • 9e9 =>

Or try your own:

Some info on this demo.

Jira auto-converts numbers into time for time tracking. An example of this would be 1.5 converts to 1 hour and 30 minutes. I thought re-creating that would be a fun exercise, so here's what I came up with.