]> rtime.felk.cvut.cz Git - coffee/coffee-flask.git/commit
Return last_events as datetime objects rather than as strings
authorMichal Sojka <michal.sojka@cvut.cz>
Thu, 20 Aug 2020 20:17:17 +0000 (22:17 +0200)
committerMichal Sojka <michal.sojka@cvut.cz>
Fri, 21 Aug 2020 10:27:23 +0000 (12:27 +0200)
commitf01a8a4e353a741a7dbe47376fb092608d85d442
tree73ee8950b66bf86829788ea8da9ee28845685585
parente8e3984bc87415683f10ff9958a0652b06fad3ef
Return last_events as datetime objects rather than as strings

This simplifies date-related filters - humanize_ts in this commit,
date_filter in the next commit.
app.py
coffee_db.py