CSV export shows time, but on incorrect time zone

Issue #1131 resolved
Andreas Michael created an issue

(Related to Issue #514?)

@azhdanov I have this issue also but only with export function. We're using JIRA cloud and are spread out over several time zones.

Problem

  • Sprint A start: 03/08/2017 17:14
  • Sprint A end: 10/08/2017 15:49

  • Sprint B start: 10/08/2017 16:46 (planning took 1h)

Someone working in a timezone with 1h offset from mine produces this result:

  • (OK) Worklog time in JIRA on ticket when viewed through browser: 10/Aug/17 4:51 PM => This is in Sprint B as it should be

  • (NOT OK) Worklog time in CSV when exported: 10/08/2017 15:51 => This is not in any Sprint (after end of Sprint A, before start of Sprint B)

I heavily rely on the CSV export function. Is there a way to export CSV fixing all times to my time zone?

Many thanks!

Comments (3)

  1. Andriy Zhdanov

    Hi Andreas,

    I've got an idea, now it includes offset of the worked user in the export file, e.g. 2017-08-09 13:43:00 -04:00 for America/New_York

    Hope it's fine.

    Thank you.

  2. Andriy Zhdanov

    Hi Andreas,

    Hi,

    I have restored original behaviour, i.e. converting time to current user time zone, and added Preserve Started Time add-on configuration option to turn default behaviour off. Note, this is applied for both html report and exported data.

    Thank you.

  3. Log in to comment