MycroftAI / skill-weather

Mycroft AI official Weather Skill, providing weather conditions and forecasts.
https://mycroft.ai/skills
Apache License 2.0
19 stars 59 forks source link

ensure extracted datetimes are in UTC #144

Closed krisgesling closed 4 years ago

krisgesling commented 4 years ago

The recent change to support Lingua Franca inadvertently removed the conversion to UTC that is included in the internal __extract_datetime() method.

This makes uses that method again but in a way that should be LF compatible.

The conversion to UTC by that method doesn't seem ideal but this will be fixed in a future PR.