diff --git a/server/AyaNova/DataList/DataListSqlFilterCriteriaBuilder.cs b/server/AyaNova/DataList/DataListSqlFilterCriteriaBuilder.cs index 563233ed..4416489f 100644 --- a/server/AyaNova/DataList/DataListSqlFilterCriteriaBuilder.cs +++ b/server/AyaNova/DataList/DataListSqlFilterCriteriaBuilder.cs @@ -421,6 +421,11 @@ namespace AyaNova.DataList case UiFieldDataType.DateTime: case UiFieldDataType.Time: { + //################################################################################################################## + //TODO: DE-TOKENIZATION + //listOptions.ClientTimeStamp.DateTime contains the exact client time and date as expected + //################################################################################################################## + //Note: it is assumed all dates come into here from the CLIENT in UTC iso8601 format //suitable for the database to handle as all database dates are in UTC //Local display and parsing will be considered a CLIENT issue at all times