Force server time

This commit is contained in:
2022-11-07 10:59:36 -07:00
parent ab0f5382ff
commit 1515313965
2 changed files with 7 additions and 7 deletions

View File

@ -232,7 +232,7 @@ public class ProcessData : IProcessData
internal static DateTime GetDateTime(Logistics logistics, string dateTimeText)
{
DateTime result;
string inputDateFormat = "HH:mm MM/dd/yy";
string inputDateFormat = "HxHx:xmxmx xMxMx/xdxdx/xyxy";
if (dateTimeText.Length != inputDateFormat.Length)
result = logistics.DateTimeFromSequence;
else