0 Replies Latest reply on Apr 16, 2015 4:35 PM by greenday_ra

    timezone problem

    greenday_ra

      Hi guys,

      I have a problem about the Restful API service with Date structure.

      When users input a simple string, for example, 2017-7-1, then the system will translate it to Date.

      It does work; however, the date will become 2017, June 30, because the server's setting is PDT.

      So is there any way to solve this issue by changing configuration of Resteasy?

      I have spent a lot of time on googleing solutions, but it seems all the workarounds are not very related. If someone has hit similar question, please kindly give me a hint.

      Thanks.