in example/driver_dashboard.py [0:0]
def date(value, format='%b %d, %Y at %H:%M'): return datetime.datetime.fromtimestamp(value).strftime(format)