1 - Create a table in BD (table.txt) 2 - Create the packages in BD (PACK_TESTE.txt e PACK_TESTE BODY.txt) 3 - Import the project in IIB Toolkit (TestePI.zip) 4 - Ajust the configurtions of communication with DB in the compute node 5 - Deploy 6 - Call the service passing each one of the dates in the test file(test_data.txt) Expected results (executing ONLY the procedure, in DB): codigoTeste dataTeste 3 '2018-11-01T01:00:00-02:00' 2 '2018-10-01T00:00:00-03:00' 1 '2018-09-01T00:00:00-03:00' Results obtained (executing the procedure trought IIB): 3 '2018-11-01T01:00:00-02:00' 2 '2018-10-01T00:00:00-02:00' 1 '2018-09-01T00:00:00-02:00' Problem conclusion: The date result on IIB is ignoring the timezone registered in DB, get by the procedure