Current time in report

Can I add the current time to a report somehow if it isn’t a value that is stored in my table?

MySQLSELECT NOW()
MSSQLSELECT GETDATE()

Postgres

SELECT NOW()

Just for completeness :slight_smile:

You can also just add a date custom property to the report that is bound to the following expression:now(0)