Hi has anyone come across the SOAP API where it is...
# suitetalkapi
j
Hi has anyone come across the SOAP API where it isn’t logging hte correct date/time even though the data is correct?
Copy code
<platformCore:customField xsi:type="platformCore:DateCustomFieldRef" internalId="5581">
                        <platformCore:value>2023-04-01T04:59:59+00:00</platformCore:value>
                    </platformCore:customField>
This should register as 2023-03-31T115959 in Eastern Time (-05:00) but it isn’t and sets a different date like 0223-04-311259:59 am instead. its is very inconsistent where soem dates stored properly and others don’t.
v
Are you saying it's setting a datetime that's an hour out or a month out? Your example is a garbage string. If the former, remember that EDT is UTC-4:00
👍 1