My date time fields like resolution date, created, updated etc shows different value in JIRA UI and Database in spite of having the same time zone (UTC). Also the difference in the duration is different for different field.
CustomField | JIRA UI(UTC) | DB value(UTC) | Difference |
Created | 18-01-19 16:52 | 18-01-19 16:01 | 50minutes |
Updated | 16-04-19 11:28 | 16-04-19 11:04 | 24minutes |
Resolved | 04-02-19 6:17 | 04-02-19 6:02 | 15minutes |
These are the values for one of our issues. Can anyone guide to the right direction on how to get them in sync.
Thank you