Objective

Record the follow-up diagnostic from Sam's screenshot: Beginning Date/Time shows 10:30 AM while Beginning Hour and Beginning Minute show 14 and 30, making the page appear internally inconsistent.

Live finding

Related issue

Recommended fix

  1. Remove Beginning_Hour__c, Beginning_Minute__c, and probably Length_Minutes__c from the visible record layout unless they are needed for admin debugging.
  2. Keep user-facing start/end display on Beginning_Date_Time__c and Ending_Date_Time__c, once Ending_Date_Time__c is populated.
  3. Fix active New_Time_Off_Request so it writes Ending_Date_Time__c for partial-day requests.
  4. Backfill recent partial-day records with blank Ending_Date_Time__c from their populated ending date/time components.
  5. If hour/minute helper fields must remain for integration, relabel them as UTC helper fields and move them out of the main user-facing section.