diff --git a/AsbCloudInfrastructure/Services/DrillFlowChartService.cs b/AsbCloudInfrastructure/Services/DrillFlowChartService.cs index 365942f9..046a46bf 100644 --- a/AsbCloudInfrastructure/Services/DrillFlowChartService.cs +++ b/AsbCloudInfrastructure/Services/DrillFlowChartService.cs @@ -72,7 +72,7 @@ namespace AsbCloudInfrastructure.Services CancellationToken token = default) { dto.IdWell = idWell; - dto.LastUpdate = DateTime.Now; + dto.LastUpdate = DateTime.UtcNow; var result = await base.UpdateAsync(idDto, dto, token).ConfigureAwait(false); return result;