Whenever I tag or untag a build, the tag date is one hour in the future, as koji list-history on the build shows.
koji list-history
The postgresql database has the Europe/Paris timezone, so has the linux system, and the time displayed by koji web is also on the same timezone.
Maybe there is a setting I should define at some other level. Could you help me understand what causes this?
First, please update to a newer version. 1.21 is almost four years old.
The issue you are seeing was fixed in 1.22. See https://pagure.io/koji/issue/2160
Prior to 1.22, koji used TIMESTAMP fields in the database. Now it uses TIMESTAMPTZ fields. Before this fix, you would see issues like this if the database timezone was not set to UTC.
TIMESTAMP
TIMESTAMPTZ
Metadata Update from @mikem: - Custom field Size adjusted to None
Metadata Update from @mikem: - Issue close_status updated to: Duplicate - Issue status updated to: Closed (was: Open)
Thanks for your answer.
I know 1.21 is very old. I was asked to open this issue on IRC despite this, in case it may still be relevant.
Yep, I wasn't able to find this issue. But yes, it seems that upgrade is needed. Shame, I've written the fix and don't remember it.
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/4039
Please continue any further discussion there.