Workfront Custom field
Verifying On-Time Delivery logic in Workfront: same-day date comparisons
We are implementing an On-Time Delivery KPI where work is considered on time if the Actual Completion Date is the same day or earlier than the Planned Completion Date.
However, even when both dates appear as the same day in the UI (with different times), comparisons using <=, DATE(), DATEDIFF(), and DATENOTIME() sometimes return late.
Is this expected due to Workfront storing DateTime values in UTC?
What is the officially recommended approach for calendar-day-based SLAs in Workfront?
What is the way to compare only date without time ?