You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running test_issue_335_identify_UTC fails on my machine. Seems to be a timezone issue, since the diff shows that the dates are an hour apart. Any idea why that is?
If I change line line 505 to dt = datetime.datetime(2021, 11, 17, 15, 9, 15, tzinfo=zone) and line 506 to myevent.add('dtstart', dt) the tests pass, so it must be it
Running test_issue_335_identify_UTC fails on my machine. Seems to be a timezone issue, since the diff shows that the dates are an hour apart. Any idea why that is?
Full testlog
The text was updated successfully, but these errors were encountered: