When I use a 'date' entity in a Dialogflow intent, I want it to interpret today
's date according to a specific timezone.
That time zone might vary between sessions, as my web-client is aware of the user's specific timezone, and can convey this in the request, or when first initiating the session.
Right now, Dialogflow just uses UTC, so if the user is in California, UTC-7 and it is January 1st, 9pm
in California, it is 4am on January 2n
d in UTC, and so the user saying today
is interpreted as January 2nd
instead of the desired January 1st
.