1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/plugins/filters.py
2016-05-27 15:56:08 +01:00

5 lines
109 B
Python

import iso8601
def format_datetime(value):
return iso8601.parse_date(str(value)).strftime("%x %-H:%M")