-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Template Rendering
-
Tags:
-
Sprint:nxFG 9.1.10
-
Story Points:1
The template-rendering addon incorrectly use the SimpleDateFormat patterns and use hh (hour in am/pm) instead of HH (hour in day) for the hour specification, resulting in incorrectly displayed dates.
In addition, SimpleDateFormat is not used in a thread-safe manner.