Skip to content

Fix FindAllTags test with hardcoded timezone

James Fargher requested to merge fix_find_all_tags_locally into master

Git is actually creating the commit with the local timezone at the date given. This is +0000 in CI but when run locally it will be whatever the local timezone is.

Merge request reports