refactor(AddReportBehavior): update to add history record.

This commit is contained in:
2025-11-10 17:05:35 +01:00
parent 67d0980c63
commit 35b7b1a080
2 changed files with 23 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ public record CreateHistoryCommand : EnvelopeReceiverQueryBase, IRequest<History
/// <summary>
///
/// </summary>
public DateTime AddedWhen { get; } = DateTime.Now;
public DateTime AddedWhen { get; } = DateTime.UtcNow;
/// <summary>
///