Bug 1947447

Summary: Adjust Anaconda to Subscription Manager date formatting fix
Product: Red Hat Enterprise Linux 9 Reporter: Martin Kolman <mkolman>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED CURRENTRELEASE QA Contact: Release Test Team <release-test-team-automation>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.0CC: anaconda-maint-list, jstodola, mkolman, ptoscano, pzatko, release-test-team-automation, rvykydal
Target Milestone: betaKeywords: Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: anaconda-34.25.0.3-1 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1947445 Environment:
Last Closed: 2021-12-07 21:20:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1793501    
Bug Blocks:    

Description Martin Kolman 2021-04-08 13:46:59 UTC
RHEL 9 clone for the Anaconda date parsing adjustment bug.

+++ This bug was initially created as a clone of Bug #1947445 +++

Subscription Manager team created a fix for bug 1793501 so that the RHSM DBus API will correctly return ISO 8601 formatted date string instead of the previous human readable and locale dependent format.

Pr for Subscription Manager wit the fix:
https://github.com/candlepin/subscription-manager/pull/2551

As part of fixing the overall issue the Anaconda code that parses data strings coming from RHSM needs to be adjusted to parse ISO 8601 strings. The old code for parsing the human-readable strings will be kept for the time being as a backup in case an older version of RHSM is in use with version of Anaconda with ISO 8601 data parsing support.

There is a PR with the adjustment open for Anaconda upstream:
https://github.com/rhinstaller/anaconda/pull/3279

Backport PR for the relevant RHEL branch will be attached in a follow-up Bugzilla comment.

Comment 2 Martin Kolman 2021-05-03 19:17:51 UTC
RHEL 9 PR: https://github.com/rhinstaller/anaconda/pull/3330