Discovery Admin Workspace - Discovery Status dates showing as NaN, when system date format is not yyyy-MM-ddDescriptionIn Discovery Admin Workspace, Discovery Status pages, dates are showing values NaN, when system date format is not yyyy-MM-dd. Steps to Reproduce Install Discovery Admin Workspace 1.10.0 on e.g. Zurich patch 1Set the system property glide.sys.date_format = dd-MM-yyyy (changed from the default of yyyy-MM-dd)View an existing Discovery Status record in Discovery Admin Workspace Actual behaviour: The 3 date values (in the title, started time, completed time) will be replaced by "NaN" values. Expected behaviour: Functions in the script includes should use raw values, or functions that compensate for custom date formats.WorkaroundThis problem is currently under review and targeted to be fixed in a future release. Subscribe to this Known Error article to receive notifications when more information will be available. 1. Go to: /sys_ux_client_script.do?sys_id=a510fc7cc8182210f8775f8a06043444 2. Find convertDateFormat function 3. Add the below above // 2. Extract the desired components.: if (isNaN(inputDate)) return inputDateTime; This will use the format originally set in the system property.Related Problem: PRB1944741