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