I'm using Dialogflow alongside the Actions on Google and I'm looking to save content to a database with the date as they key.
Is there a way to get the user's correct timezone date? I don't want to request location permission. I've tested other actions that haven't requested the permissions and are using dates properly, so there must be a way.
Can I ask the user to specify a date as an entity? Will that provide the local time zone? It's an extra step from the user but if it would tell the correct time then I'll do it.