Force server time
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user