Date format without Z
Is there a way to make date format on XML request comes without the Z at the end?. We have a legacy web service that is validating the format to be YYYY-MM-DD and the Z is causing problems.
Yes, It's a big problem for us too. A soap server expects date in format YYYY-MM-DD but in every requests z symbol added into the end of field of date. Can anyone help us?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I hate to ping a stale issue, however it's changing all dates into UTC Zulu time - I'm honestly not sure how. I specifically need these to be in PST. Is there a way to do this?
So in my case, the API doesn't care about the time zone, so using moment().subtract(7, 'hours') fixed it.
Has anybody found something? , How to solve this issue ?
Hi, I also need to send dates to an api that requires dates in format 2022-02-08T10:27:18+01:00 instead of Z. Would be great to be able to configure this in the request
I have the same problem with Z, it should be optional or deleted

Hello. I've created MR for fixing this issues https://github.com/loopbackio/strong-soap/pull/525