-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Date format without Z #289
Comments
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? |
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 |
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 |
Hello. I've created MR for fixing this issues #525 |
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.
The text was updated successfully, but these errors were encountered: