How to get user date / time or time zone information for Alexa skill?

I use Lambda (Python) to develop the skill, and I'm interested in giving the user some time related information. There is a timestamp on the request object, but this is UTC without an offset. Is there a way to find a custom date / time or time zone without having to request location information (and if this is the only way, do you know about the US zip code database in a time zone or other workaround?).

+3
source share

Source: https://habr.com/ru/post/1269921/


All Articles