Hello, I have a Ords 19.1 running on a Tomcat9. I have a REST service taking a timestamp type parameter. As I understand the timestamp format defaults to UTC timezone. Hence, it's not possible to send time zone information. As a result, the timestamp data is saved in the database with 2 more hours, as the timezone here is UTC+1 (and 1 hour more due to winter time). Hence, if I send a value of "1995-06-02T09:29:11.002Z" with the REST service, the date will be saved as 1995-06-02T11:29:11.
--> Is there a way, a setting or whatever, to make Tomcat/Ords save the timestamp (time) as I send it? All infrastructure is in the same location, the database NLS setting is correct, and should not be changed.