APC UPS sensor incorrectly populates battery_last_replaced on cmdb_ci_ups with the discovery run date instead of the value returned by the deviceDescriptionAPC UPS sensor incorrectly populates battery_last_replaced on cmdb_ci_ups with the discovery run date instead of the value returned by the device. in the sensor script: setDisplayValue() is used to parse the SNMP date string. This method expects the instance's configured display format and cannot parse the APC's DD.MM.YYYY. It fails silently, leaving the GlideDate object at its default value (current date), which is then written to the CISteps to Reproduce 1. Run Quick Discovery2. Open the discovered UPS CI record3. Observe Battery Last Replaced — shows the discovery run date, not the actual replacement dateWorkaroundFollow below given steps:1. Import attached update set: sys_remote_update_set_0c6607cc3bd54f10216e5e8a04e45a40.xml2. Perform pattern sync to MID server. 3. Then perform test, It should fix the issue. Related Problem: PRB2031465