Jinja rendering issue

In the print designer I have used here a jinja {{time.today}} to show today’s date but it is not rendering anything?:

If you want to show the current day, I have used frappe.utils here. If you use normal methods to get time and date like now() or strftime() it gives import issues, so this is another method we can use:

Fetches today’s day perfectly:

pd3