This commit is contained in:
@@ -781,6 +781,9 @@ namespace AyaNova.Biz
|
||||
|
||||
}
|
||||
|
||||
//This is only used by the token date query code above and that code doesn't convert to UTC time to match the DB so this function will handle that
|
||||
//The other non tokenized date criteria builders are all working with dates that come from the client in UTC already and they don't use this method
|
||||
//so nothing required there
|
||||
private static void BuildBetweenTwoDatesFragment(string sColumn, StringBuilder sb, DateTime dtAfter, DateTime dtBefore)
|
||||
{
|
||||
sb.Append(">'");
|
||||
|
||||
Reference in New Issue
Block a user