diff --git a/server/AyaNova/DataList/DataListSqlFilterCriteriaBuilder.cs b/server/AyaNova/DataList/DataListSqlFilterCriteriaBuilder.cs index 041e2ec7..0db1baf2 100644 --- a/server/AyaNova/DataList/DataListSqlFilterCriteriaBuilder.cs +++ b/server/AyaNova/DataList/DataListSqlFilterCriteriaBuilder.cs @@ -464,6 +464,8 @@ namespace AyaNova.DataList // log.LogInformation(u.tz.ToString()); #region Build criteria for date RANGE TOKEN specified + NOTE: All this code is suspect, go through each one, many are not using the relativetoday and relativenow as they should be + //Used as the basis point System.DateTime dtAfter; System.DateTime dtBefore;