Tweak "raw" string for datetime field renderers.

This commit is contained in:
Lance Edgar 2016-03-11 13:21:36 -06:00
parent a22f50850f
commit 68f7c418d6

View file

@ -93,4 +93,4 @@ def raw_datetime(config, value):
return HTML.tag('span',
title=humanize.naturaltime(time_ago),
c=value.strftime('%Y-%m-%d %I:%M:%S %p').lower())
c=value.strftime('%Y-%m-%d %I:%M:%S %p'))