[FIX] the example had the problem this module is meant to fix in the

first place
This commit is contained in:
Holger Brunn
2014-10-06 22:15:57 +02:00
parent 1fd88c28ef
commit 1e4594adba

View File

@@ -47,7 +47,7 @@ Usage
Depend on this module and use filters like::
[('write_date', '>=', utc_today().strftime('%Y-%m-%d'))]
[('write_date', '>=', utc_today().strftime('%Y-%m-%d %H:%M:%S'))]
which displays records changed in the user's conception of today.""",
"category": "Dependency",