Service Portal: Date field value set to a date other than what the user selectedIssue When selecting a date using a datepicker in the Service Portal, the datepicker hangs for a moment before being set to a date other than what the user selected. This seems to happen when a user's timezone/location is set to a specific region or value.ReleaseAll releasesCauseThis can happen if there is a custom UI script being used that overrides the moment.js library that is used by default on the platform. This can be identified by searching the sp_js_include or sys_ui_script tables for any customization pertaining to moment.js or moment-with-localesResolutionTo resolve this, it is recommended to deactivate the customization so the platform-included moment.js library can be used.