install mycroft on python3.10 have the date-time skill automatically installed and pull in pytz==2017.2 notice how stuff like the weather skill break with: Also note: the weird side effect of this is ...
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end ...
When trying to make things work with the datetime module, most Python users have faced a point when we resort to guess-and-check until the errors go away. datetime is one of those APIs that seems easy ...