Understood, we were not aware of the python bug when closing the
ticket, but a custom filter should work as well.
One of the performance bottlenecks we find is in module return data
serialization/unserialization and memory ballooning (since registered
vars are kept through the life of the run), so we are now very
conservative on adding more fields to module returns if they can be
calculated with existing information on the controller side.
Since now we have datetime filters, we would not add the current
'delta' field to command anymore since start/end information is
already there.
--
----------
Brian Coca