filter.py 80 Bytes Raw Blame History Permalink 1 2 def format_datetime(value, fmt='%Y/%m/%d %H:%M'): return value.strftime(fmt)