-
Bug
-
Resolution: Fixed
-
High
-
7.10.1, 7.12.3
-
7.1
-
20
-
Severity 2 - Major
-
3
-
Summary
Currently, Jira includes joda 2.8.x, which does not include the updates for daylight saving time on Brazil (starting Nov 4 this year).
This causes Jira to display date fields incorrectly, since the daylight saving rule is outdated.
Environment
- Any Jira environment using the America/São Paulo timezone
Steps to Reproduce
- Start Jira in any version
- Make sure to use the America/São Paulo timezone
- Create an issue
Expected Results
Jira will display the created date correctly, following the rules for the America/São Paulo timezone.
Actual Results
Jira will display the date with 1 hour difference, since it is applying the daylight saving incorrectly
Workaround
- Replacing the joda jar file at $JIRA_INSTALL/atlassian-jira/WEB-INF/lib, which could have some problems in other places as we haven't tested it thoroughly
- Replacing the tz files as suggested in https://www.joda.org/joda-time/tz_update.html
It's also necessary to update Java's tz with tzupdater since Jira uses both Joda and Java's times:
- relates to
-
JRASERVER-65175 Date picker for Russian Language for month of "May"
- Closed
-
JSWSERVER-12881 Missing translations creates duplicate resolutions
- Gathering Impact