The dates in the export file are -4 hours from what I see using the DLL to read the transactions.
Is there a way to tell the DLL to return Eastern time as my client does for the export?
Also, surprised it is -4 and not -5. I am Eastern time. Is this due to day light saving?
TIA
08-07-2014 09:56 AM
The dll didn't return both UTC and local time?
http://developer.authorize.net/api/reference/
look like the dll only return UTC time
https://github.com/AuthorizeNet/sdk-dotnet/blob/master/Authorize.NET/Reporting/Transaction.cs
08-07-2014 12:47 PM - edited 08-07-2014 12:48 PM