I asked what month it said June

I asked the ai agent during testing what month it is, and it said June

Anyway to fix this and ensure it has the correct day and month?

Hello @chris1 Add {{current_time}} to your agent’s prompt. This is a built-in dynamic variable that Retell automatically fills in with the real current date and time (e.g., “Thursday, March 28, 2024 at 11:46 PM PST”). You can also use {{current_time_[timezone]}} for a specific timezone._

See Dynamic Variables for the full list of available system variables.

Thank You

{{current_time}} works but it is America/Los_Angeles btw. You can use {{current_time_[timezone]}} if you want your own - ie {{current_time_Australia/Sydney}}