Currently it is open to interpretation whether local time or UTC (Zulu-Time) is used (when not Z or time zone is indicated).
The basis is DateTime
The burden of interpreting the time into a local time needs to be done by the client system.
We were asked, whether it would not be better to switch to "ZonedDateTime" and to put the burden on the server.
While Java has a ZonedDateTime. XML does not per se.
Perhaps even to have a parameter switching.
Currently it is open to interpretation whether local time or UTC (Zulu-Time) is used (when not Z or time zone is indicated).
The basis is DateTime
The burden of interpreting the time into a local time needs to be done by the client system.
We were asked, whether it would not be better to switch to "ZonedDateTime" and to put the burden on the server.
While Java has a ZonedDateTime. XML does not per se.
Perhaps even to have a parameter switching.