Hi experts,
I'm using ords.3.0.11.180.12.34 with Apache Tomcat/9.0.0.M26
I have a Rest services based in a database view. It seems I have a problem with the timezone as SQL query returns this date:
launch_date = 30/06/2018 00:00:00
But rest service is returning this:
"launch_date": "2018-06-29T22:00:00Z",
What am I doing wrong?
Best regards,
Jose.