SOAP Call - Timezone Language

Hello

We are in the migration process from 7.1.3 to 9.7.

I installed IS & MWS 9.7 (Fix 7) on a new machine. I have a portlet with a date input. This portlet send this input by soap to the IS Server.

If I analyze the soap call and I see the following different:

7.1.3
2015-10-14T00:00:00.000CEST

9.7
2015-10-14T00:00:00.000MESZ

On the IS Server I reformat this incoming date with the service “pub.date:dateTimeFormat” (Input Pattern yyyy-MM-dd’T’HH:mm:ss.SSSz). Now I have to set locale “de” to reformat the input “2015-10-14T00:00:00.000MESZ”. Otherwise the service failed.

Does anybody know how I can change the language of the time zone code in the soap message?

Regards
Andrin

I found the solution…

I changed the language of the jvm with “Duser.language=en”