Example #1
0
def shorttime(value):
    return timesince(value, onepart=True)
Example #2
0
def humantime(value):
    return timesince(value)