This commit is contained in:
@@ -288,7 +288,7 @@ namespace AyaNova.Biz
|
||||
//Fetch useroptions object and relative time offset
|
||||
AyaNova.Models.AyContext ct = AyaNova.Util.ServiceProviderProvider.DBContext;
|
||||
var u = ct.User.AsNoTracking().Where(a => a.Id == userId).Select(m => new { tz = m.UserOptions.TimeZoneOffset }).First();
|
||||
RelativeToday.AddHours((double)u.tz);
|
||||
RelativeToday=RelativeToday.AddHours((double)u.tz);
|
||||
|
||||
#region Build criteria for date RANGE TOKEN specified
|
||||
//Used as the basis point
|
||||
|
||||
Reference in New Issue
Block a user