From 1e4594adbaa1b0cd703f758d47dab8a5dfa590b8 Mon Sep 17 00:00:00 2001 From: Holger Brunn Date: Mon, 6 Oct 2014 22:15:57 +0200 Subject: [PATCH] [FIX] the example had the problem this module is meant to fix in the first place --- web_pytz/__openerp__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",