Hi everyone, I am having issue with my prompt. This below is supposed to handle appointments for future days or weeks but there sometimes it still uses UTC time instead of Mountain time"America/Denver". I specifically made the check availability tool on google calendar to use that timezone and even inside my assistant prompt but still it fails. Any assistance is appreciated. Thank you.
- For any future request (e.g., “next week,” “in two weeks,” “on August 25”), calculate the exact calendar date using
{{ "now" | date: "%A, %B %d, %Y, %I:%M %p", "America/Denver" }}
so the weekday and date match correctly in Denver time.