I have a reporting servlet with the BIRT Runtime, which was migrated from version 4.4 to version 4.9, but when issuing a report that has the date formatted as "Unformatted" I had a problem with the date formats, for example:
Version 4.4 -> 09/20/2022
Now it comes out like this (4.9) -> 20 de set. de 2022
It would be unfeasible for me to change the .rptdesign as it would be a very large amount, and making this change to the design at runtime would require more resources.
Would you have any tips on what to do or some configuration I can do in my EngineConfig something like that.
Java version: 7 -> 11(current)
Tomcat version: 7 -> 9(current)
My location: pt_BR