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?).
source share