Datetime.now() in reports

This is probably dumb, but using datetime.now() produces UTC time and not local time.
What would be the relatorio incantation to print localtime?

There is an issue already for this Issue 7202: Add format_datetime to Report - Tryton issue tracker. But at the moment the only thing you can do is create a function yourself to get the local time.