Using DateTimeDiff in an Architect data action to compare two ISO strings. Both timestamps are on the same date but different hours. The expression DateTimeDiff({start}, {end}, "hours") returns 0 instead of the expected difference. GetDayOfWeek works fine for validation. Is there a known bug with hour-level granularity in the current runtime, or am I missing a format requirement for the inputs?