* Accept timezone aware datetime as an argument to Zmanim. tsvi
* Move from dateutil to pytz. tsvi
dateutil requires the system to have timezone files. When homeassistant runs
as a docker image these are not available, and timezone is set to tzlocal().
To handle the timezones properly we're moving to use pytz instead
* Remove pylintrc from manifest. tsvi
* Add logging and comments to zmanim. tsvi
* Refactor utc_minute_timezone method as utc_zmanim dictionary. tsvi
The UTC zmanim dictionary holds the zmanim in UTC format
* Use UTC time internally when doing calculations. tsvi
* Merge pull request 43 from tsvi/master. tsvi
Bump version: 0.8.7 → 0.8.8