forked from ddrilling/AsbCloudServer
Fix DrillFlowChartService.UpdateAsync() utc time
This commit is contained in:
parent
8a3bcf311f
commit
8633616481
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user