From d693b39a54267ccff8c8fcfa3ba75ee3e1c8b679 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 2 Feb 2021 22:53:43 +0000 Subject: [PATCH] --- server/AyaNova/DataList/DataListSqlFilterCriteriaBuilder.cs | 5 +++++ 1 file changed, 5 insertions(+) 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