I am trying to test a Post request to my table in db2. The request body includes a timestamp in the format YYYY-MM-DD HH:MM:SS.ssssss for example 2020-07-16T10:00:00.123456.
When data is posted to the table itβs adding + 5 hrs 30 minutes to the timestamp and zeroing out the last 3 digits i.e. what is updated in the database is β2020-07-16 15:30:00.123000β.
I have debugged my application and the timestamp coming into the application is already 2020-07-16 15:30:00.123000 leading me to believe that postman has modified the timestamp somehow.
Would you be able to expand on some of the finer details of your request here please and provide some screenshots of whatβs happening - Others might be able to spot something going on that you might not be seeing right now.
The POST request body with the timestamp and the Postman Console output showing the details of the actual request being sent would be really helpful.