Lawson Taylor

Results 1 issues of Lawson Taylor

When passing timezone-aware `start` and/or `end` to the `.intervals()` function the returned datetime objects are not timezone aware: ```python >> from opening_hours import OpeningHours >> from datetime import datetime, timedelta...