Assistant(API) doesn't know current DateTime

I was doing something very similar this week and my guess is that this is a timezone problem. You need to make sure that timezone is added to your instructions AND make sure that every function call / interaction you have with the system uses the same time (zone)
.
In my case, I live in US ET (-5 UTC). So Anything I do in the evening past 7pm is ‘the next day’ in UTC.

2 Likes