If a time of 0:00 is currently entered in a column with DataType = 5 (Date) (meaning midnight), then the date is interpreted as only the date, there is no UTC conversion.
WORKAROUND
Create a value template for the column in question based on the value template for PWO.ValidFrom
Dim dtValidFrom As DateTime = $ValidFrom:Date$
If ( Not DbVal.IsEmpty(dtValidFrom, ValType.Date) AndAlso dtValidFrom.TimeOfDay = TimeSpan.Zero) Then
© ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center