The duration times are not handling time zones correctly in the tests section. They are getting appended. Seems the number_to_time function is converting duration to Date.
This happens for version 5.0.2 and 5.0.3. This works correctly in version 5.0.1.
Modified the test.ftl to add the hour display to make it clear. ${test.timeTaken()?number_to_time?string("HH:mm:ss:SSS")}
Display at UTC + 1.

Display at UTC - 7.

The duration times are not handling time zones correctly in the tests section. They are getting appended. Seems the number_to_time function is converting duration to Date.
This happens for version 5.0.2 and 5.0.3. This works correctly in version 5.0.1.
Modified the test.ftl to add the hour display to make it clear.
${test.timeTaken()?number_to_time?string("HH:mm:ss:SSS")}Display at UTC + 1.

Display at UTC - 7.
