Conversation date is displayed incorrectly in Career ConversationDescriptionConversation date is displayed incorrectly (January - 01, 1970) in Career Conversation.Steps to Reproduce 1. Hop to the instance which is in Yokohama Patch 8.2. Go to esc portal.3. Navigate to Your career -> Conversations and open any conversation.4. For some of the records, the conversation date is displayed as January - 01, 1970.Workaround1. There is an issue identified with the widget - "EGD Discussion Header" in the OOB instance.Link - https://<instance_name>.service-now.com/sp_config?id=widget_editor&sys_id=0ce9e35028d1e110fa9bddf3868549502. Please update the Client Script with the fix and these are following changes on Line - #176 .Old Code:value: data.start_time ? c.formatDisplayDate(data.start_time) : c.formatDisplayDate(data.date),New Code:value: c.formatDisplayDate(data.date),3. As a result, the "Conversation date" is displayed correctly on the "Conversation Header form".Related Problem: PRB1961615