RelTime formats a time into a relative string. It takes two times and two labels. In addition to the generic time delta string (e.g. 5 minutes), the labels are used applied so that the label corresponding to the smaller time is applied. RelTime(timeInPast, timeInFuture, "earlier", "later") -> "3
(a, b time.Time, albl, blbl string)