-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Duration are serialized as seconds count instead of "PT..." notation #3742
Comments
After digging, we need to add |
This must be fixed once that has been tackled |
Describe the issue
See here.
I believe we should change the serialization format to "PT..." notation (in fact the Duration.toString() value, not the ObjectMapper.writeValueAsString(...)).
Maybe we will also need to change the deserializer to read from PT...
Environment
The text was updated successfully, but these errors were encountered: