diff --git a/web_pytz/__openerp__.py b/web_pytz/__openerp__.py index 6b062f9a..1a269760 100644 --- a/web_pytz/__openerp__.py +++ b/web_pytz/__openerp__.py @@ -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",