optimizations and fixes

This commit is contained in:
Shaun Walker
2020-03-11 14:39:49 -04:00
parent 2436f74830
commit fe98084324
23 changed files with 159 additions and 88 deletions

View File

@ -95,7 +95,7 @@ namespace Oqtane.Infrastructure
client.Send(mailMessage);
sent = sent++;
notification.IsDelivered = true;
notification.DeliveredOn = DateTime.Now;
notification.DeliveredOn = DateTime.UtcNow;
Notifications.UpdateNotification(notification);
}
catch (Exception ex)