theschnack
10/20/2025, 6:22 AMChiranjeet Mishra
10/20/2025, 6:23 AMVapi Support Bot
10/20/2025, 6:24 AM[System Prompt Addition]
Always use these variables for all date/time references:
- Current date: {{ "now" | date: "%B %d, %Y", "America/New_York" }}
- Current time: {{ "now" | date: "%I:%M %p", "America/New_York" }}
- Current day: {{ "now" | date: "%A", "America/New_York" }}
Never infer or guess the date, time, or day from your own knowledge—only use the above values.
This should help ensure the assistant relies on the correct, injected values rather than its own model data for date/time accuracy.
Test this change and review your call logs to confirm improved behavior ([Debugging voice agents](https://docs.vapi.ai/debugging)).
Source:
- [Debugging voice agents](https://docs.vapi.ai/debugging)GIDEON
10/20/2025, 6:30 AMtheschnack
10/20/2025, 6:45 AMGIDEON
10/20/2025, 6:47 AMtheschnack
10/20/2025, 6:48 AMVapi Support Bot
10/20/2025, 6:48 AMGIDEON
10/20/2025, 6:50 AMChiranjeet Mishra
10/22/2025, 4:00 AMThe current date and time is {{"now" | date: "%A, %B %d, %Y, %I:%M %p", "America/Los_Angeles"}}
Do not use startTime and endTimes that are older than {{ "now" | date: "%s" | times: 1000 | tz: "America/Los_Angeles" }}
More information on this can be found on the documentation:
You don't have to use the EPOCH conversion for the last line, but I found that it helps in certain cases