Investofeeds
06/23/2025, 10:16 AMKyle Brunker
06/23/2025, 12:24 PM{{now}}
for the full current date and time.
- Use {{"now" | date: "%Y"}}
for the current year.
- Use {{"now" | date: "%m"}}
for the current month.
- Utilize LiquidJS syntax for precise formatting and timezone adjustments, for example: {{"now" | date: "%A, %B %d, %Y, %I:%M %p", "America/New_York"}}
.
Make sure you have these variables set up in your prompts to directly reflect the correct date and align with time zones. This should help to maintain the accuracy of your assistant's date recognition over time. For further configuration, you can refer to the updated functionalities in [this documentation](https://docs.vapi.ai/changelog/2025/3/23).
If you're still encountering issues, consider reviewing any conditional logic or scripts that might be affecting date calculations within the assistant..