Postgres "current_date" not working on Query JSON with SQL

Hi

I'm trying to find the right syntax for the postgres expression where e.event_date < current_date for a while now. What is the equivalent and where should I have looked to find it?

Many thanks!

You can use {{ new Date() }} or {{moment().format("DD-MM-YYYY")}}