Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-1846

Jackson does not use proper TimeZone to deserialize a given date

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.1.0
    • None
    • cockpit, engine
    • None

    Description

      • if you query after historic process instance like the following example:

      POST /history/process-instance

      Request Body:

      { "startedAfter": "2014-02-11T14:00:00" }

      Jackson deserialize the given date (ie. "startedAfter") to the following date:

      Tue Feb 11 15:00:00 CET 2014

      This occurs in the REST Api and in cockpit.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              smirnov Roman Smirnov
              roman.smirnov Roman Smirnov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce