How to find the source of Unparseable date logsSummaryThere are numerous logs in the sys_log table related to Unparseable date errors, how do we identify the source of these errors?ReleaseallInstructions1. Open a log statement with stack trace information like : org.mozilla.javascript.gen.sys_ui_action_a0b31bccdbd4381099e4fde1f39619b5_condition_1480._c_script_0(sys_ui_action.a0b31bccdbd4381099e4fde1f39619b5.condition:1) org.mozilla.javascript.gen.sys_script_include_e71909353bd12010c24e870044efc494_script_16758._c_anonymous_6(sys_script_include.e71909353bd12010c24e870044efc494.script:110) 2. These sys_ids will point you to the scripts throwing the errors. 3. Most of the times, these are custom scripts. 4. If custom, the creator of these scripts is responsible to debug/troubleshoot them. 5. If OOB, ServiceNow needs to troubleshoot further.