cancel
Showing results for 
Search instead for 
Did you mean: 

setting date format to DD.MM.YYYY

Former Member
0 Kudos

Our was/ep is set to US date format MM.DD.YY, and I would like to change it globally to EU/London format DD.MM.YYYY.

I tried to look for parameter setting on JVM/Configtool, and could not find the "_ _ _..." parameter.

Thanks.

James

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello James,

You can try to set -Duser.timezone property to the servers java properties using the configtool.

Kind Regards

Vyara

eddy_declercq
Active Contributor
0 Kudos

Hi,

Check this weblog on timezones, etc.

/people/horst.keller/blog/2004/11/29/abap-geek-8-150-summertime-blues-133

Eddy

Former Member
0 Kudos

Vyara,

I only find the Timezone.Properties on OfflineCofigTool.

configuration Editor --> Cluster_data --> Server --> Persistent --> com.sap.security.core.ume.service ->

timezone.properties

They only display the different timezones, but not the -Duser.timezone.

Can you clarify?

Thanks.

James

Former Member
0 Kudos

Hello James,

What I meant was to add -Duser.timezone=<your timezone> to the Java parameters of every server node in the config tool (not offlineconfig tool). It will change the time zone for the whole J2EE and it will affect all applications.

Kind Regards

Vyara

Former Member
0 Kudos

Vyara,

Okay, but what is the format of the <your timezone> parameter? Would it be DD.MM.YYYY (which I want), or would it be set to = Europe/London (which is for UK).

-Duser.timezone= Europe/London? or UK?

Thanks again.

James

Former Member
0 Kudos

Hello James,

I think -Duser.timezone=Europe/London is the correct setting.

I hope it will help.

Best Regards

Vyara

Former Member
0 Kudos

Hi,

I need to do the same setup in my portal, but I'm not been able to find the place where to add the

"-Duser.timezone=Europe/London" .

Thanks for the help,

Paulo Ruivo

Former Member
0 Kudos

Hello Paulo,

You can add this to the Java Parameters of all server nodes using the configtool. It was written earlier in this topic.

Best Regards

Vyara

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

My name is Danny. Can you advice why is the path we set the -Duser.timezone parameter.

I really cannot find it.

Can you help?

Thanks