Android supports displaying date and time relative to some timestamp. However, the implementation suffers from the same 12h/24h clock issues like many of the other formatters.
It would be great if this library would also provide a formatter for this scenario and maybe also provide adapted versions of the android.text.format.DateUtils.getRelative* convenience methods.