The cab_date field on the change_request form shows date in UTC timezoneIssue The cab_date field on the change_request form shows date in UTC timezoneReleaseAllCauseExpected behaviorResolutionField type of cab_date is "date", so it only saves date, and does not save time.When CAB meeting start time is updated, the time is converted into UTC and saved into cab_date field, therefore it loses time field and only saves UTC date value.This is done via script include: /nav_to.do?uri=sys_script_include.do?sys_id=961466f3eb32120034d1eeea1206fe2a > function updateCABDateHence this is expected OOB behaviour.It will be reviewed to see if improvements can be made. In the meantime as a workaround you can add a related list 'CAB Agenda Item->Change Request', and use 'Meeting start time' instead and not use cab_date field.