Uploaded image for project: 'Alkaes Minyaa Time'
  1. Alkaes Minyaa Time
  2. ALKMT-61

In Workload Time Reports, the Parse of Date fails when when the Zime Zone differ between System and authentified user

XMLWordPrintableJSON

    • 6.4.x, 7.0.x, 7.1.x, 7.2.x, 7.3.x

      The Date parsing was done as follow :

      date = dateTimeFormatterFactory.formatter().withStyle(DateTimeStyle.DATE_TIME_PICKER).parse(_paramValue);
      

      and now replaced by

      date = dateTimeFormatterFactory.formatter().withStyle(DateTimeStyle.DATE_TIME_PICKER).forLoggedInUser().parse(_paramValue);
      

            vthoule Vincent Thoulé
            vthoule Vincent Thoulé
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: