#4115 fix tz mismatch issues with various queries
Merged by mikem. Opened by mikem.
mikem/koji hub-tz-fixes  into  master

Download 4115.patch

Fixes https://pagure.io/koji/issue/4114

We use dateutils.tzutc() in CLI code. datetime.datetime.utc is appearing in python 3.11 which would violate https://docs.pagure.org/koji/supported_platforms/ Anyway, maybe it is worth raising required version?

F38 EOLed: 3.11 default, 6,7,8,9,10,12,13 available
F39: 3.12 default, 6,7,8,9,10,11,13 available
F40: 3.12 default, 6, 8, 9, 10, 11, 13 available

CentOS 8 stream: EOLed
CentOS 9 stream: 3.9 default, 11, 12 available

(I haven't checked modules)

Thanks, I should have checked that before I used it

1 new commit added

  • use tzutc from dateutil

Metadata Update from @tkopecek:
- Pull-request tagged with: testing-ready

See #4114 for some replication notes that may help with testing

Metadata Update from @mfilip:
- Pull-request untagged with: testing-ready

Untagged for diagnostic, will be tagged again

Metadata Update from @mfilip:
- Pull-request tagged with: testing-ready

Metadata Update from @mfilip:
- Pull-request tagged with: testing-done

Commit 690ed8cf fixes this pull-request

Pull-Request has been merged by mikem

Metadata