Please in order to save solutions and appear on the leaderboards.

Time Distance Authors

Time Distance

Details

Transform a time distance given as a number of seconds to a human-friendly string representation.

  • Zero represents the current moment, to be printed as now.
  • Positive values represent the future, to be printed with the in prefix.
  • Negative values represent the past, to be printed with the ago suffix.

The largest possible unit of time among a second, a minute (60 seconds), an hour (60 minutes), a day (24 hours), a week (7 days), a month (30 days) and a year (365 days) is always chosen and the quantity is always rounded towards zero.

The correct singular/plural of each unit must be used. If the quantity is 1, print a month and an hour rather than 1 month and 1 hour.

0 bytes, 0 chars
Restore solution
All
Compiled from AT&T syntax to x86-64 Linux. Use syscalls to write output.
Fennel is an experimental language, no solutions will be saved. Please leave feedback on the GitHub issue.
ctrl + enter or

Delete Solution

Are you sure you want to delete your solution(s) for Time Distance?

If you have seperate bytes and chars solutions then both will be deleted.

This is irreversible, please backup any code you care about.

Type I understand and press confirm to continue.