Comment 10 for bug 1245934

Revision history for this message
Roman Vynar (roman-vynar) wrote :

Wrapped through round:

- SQL="SELECT MAX(${NOW_FUNC} - UNIX_TIMESTAMP(ts)) AS delay
+ SQL="SELECT MAX(${NOW_FUNC} - ROUND(UNIX_TIMESTAMP(ts))) AS delay