The agent is using old dates

Last updated: December 12, 2025

The agent does not have native access to the current date. You need to provide the current date to the agent by adding the built-in variable {{current_time_[timezone]}}.

You can use it in your prompt as follows:

#Context

Current Date is: {{current_time_Australia/Sydney}}

At runtime, this will be replaced with:

#Context

Current Date is: “Thursday, March 28, 2024 at 11:46:04 PM AEDT”