The current ClickUp API response for time entries lacks critical indicators to distinguish between how time was logged: Direct Task Tracking: Time entries logged directly on tasks use the local time as the end time when the timer is stopped. Timesheet Logging: Retrospective time entries logged via the Timesheet feature use the local time as the start time. This creates significant ambiguity in the data retrieved from the Get Time Entries API ( https://clickup.com/api/clickupreference/operation/Gettimeentrieswithinadaterange/ ). Specifically, there is no clear way to determine the exact date to which a time entry should be attributed. While start and end timestamps are provided, they can span multiple days, and there is no indication of the intended date for the logged hours. Impact on Reports and Business Processes: Payroll calculations. Public holiday or overtime tracking. Compliance with labor regulations. For example, if an employee logs time across days, incorrect handling of start/end times might count hours toward the wrong date, resulting in potential underpayment or misclassification of hours.