irestore-database fails with Failed to parse Date value?
Today I took an ODA full backup from one ODA along with the json backup report file and tried restoring to another ODA. The timezone of the source backup is in MDT (Mountain daylight time). The site for restoration is CDT (Central Daylight Time). Here is the command followed by the error:
odacli irestore-database -r backup_report.json -u MDTCDB -t -dh XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -bl /backupfiles Cannot deserialize value of type `java.util.Date` from String "Thu, 25 Aug 2022 02:50:39 PM GMT": not a valid representation (error: Failed to parse Date value 'Thu, 25 Aug 2022 02:50:39 PM GMT': Unparseable date: "Thu, 25 Aug 2022 02:50:39 PM GMT") at [Source: (File); line: 13, column: 22] (through reference chain: com.oracle.oda.dcs.agent.model.BackupReport$Builder["pitrTimeStamp"])