You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At present, it seems that redfish specifies iso does not support the function of automatically adding a day after more than 24 hours? Is this test item wrong? Because the date-time setting range is only 0-23
The text was updated successfully, but these errors were encountered:
I have encountered the same issue, and the reason is bmcweb has refactored the datetime parsing mechanism. openbmc/bmcweb@1b8b02a
As you can see, the dateStringToEpoch now won't parse the date over 24h, thats why Redfish Set DateTime ${date_time_with_offset} will failed due to invalid http 400 response code
At present, it seems that redfish specifies iso does not support the function of automatically adding a day after more than 24 hours? Is this test item wrong? Because the date-time setting range is only 0-23
The text was updated successfully, but these errors were encountered: