diff --git a/product/ERP5/Tool/SimulationTool.py b/product/ERP5/Tool/SimulationTool.py
index 1febc3a7c3b0920c860c0c6c9d0a20c1f76e92c7..697be578db98e6eae130f43612b5c110a313e549 100644
--- a/product/ERP5/Tool/SimulationTool.py
+++ b/product/ERP5/Tool/SimulationTool.py
@@ -1048,7 +1048,7 @@ class SimulationTool(BaseTool):
                     # 'Use explicitly Universal' otherwise DateTime 
                     # search key will convert it to UTC one more time
                     Query(**{'%s.date' % (GREATER_THAN_DATE_TABLE_ID, ): \
-                             {'query': '%s Universal' % (date.ISO(), ), 'range': 'nlt'}}), 
+                             '>%s Universal' % (date.ISO(), )}), 
                     operator='AND'))
               assert len(equal_date_query_list) == \
                      len(greater_than_date_query_list)