Bug #10383
Searching an errata with issued date displays incorrect results
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1215756
Description of problem:
Searching an errata with issued date displays incorrect results
Version-Release number of selected component (if applicable):
Satellite-6.1.0-RHEL-6-20150424.0
How reproducible:
Always
Steps to Reproduce:
1. Navigate to Web UI -> Content -> Errata Tab (or)
Navigate to Hosts -> Content Hosts -> Select a Content host -> Errata Tab
2. Search for issued = "Apr 21, 2015"
Actual results:
The search returned erratas with issued date of "Apr 20, 2015" (see screenshot).
This same behavior is observed for all errata. Search always returns (searchdate - 1 day)
Expected results:
Issued date matching the given search date should be returned
Additional info:
Associated revisions
History
#1
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/5204 added
- Pull request deleted (
)
#2
Updated by Eric Helms almost 8 years ago
- Legacy Backlogs Release (now unused) set to 31
- Triaged changed from No to Yes
#3
Updated by Walden Raines almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|e44c303adf35789077b9d15148c9c423cfdf46d0.
Fixes #10383: change errata issued/updated columns to date, BZ1215756.
Use date types instead of timestamps for errata issued and updated
dates so as to avoid unnecessary timezone math.
http://projects.theforeman.org/issues/10383
https://bugzilla.redhat.com/show_bug.cgi?id=1215756