cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

change the time zone in Java System only

Former Member
0 Likes
2,056

Hi there,

Does anyone knows where to change the time zone in Java system only? I know in ABAP they have t-code: STZAC? where do I change in Java? Configtool or visual admin? what is the service name or parameter for this?

Thanks

Kumar

View Entire Topic
Former Member
0 Likes

hi Kumar,

You can change the timezone of the JVMs using the -Duser.timezone

parameter, add -Duser.timezone=<timezone> to all dispatcher and

server processes in your systems, using the configtool

1) open config tool

2) select yes

3) select "cluster-data->instanceXXX->serverXXX/Dispatcher"

4) in "Java parameters" add new line "-Duser.timezone=<timezone>"

5) click "Apply changes"

6) restart your instance

Let me know how is the result

Regards

Former Member
0 Likes

Thanks Ariyanto for quick response.

That parameters looks like for user time zone. What is parameter for system time zone? they want to change the system time zone?

thanks

Kumar

jochen_rundholz
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi,

what exactly do you want to achieve? The settings mentioned are for the system.

Regards,

Jochen

Former Member
0 Likes

hi Kumar,

For system Time zone. Normally it was taken by Operating System's (windows/unix)

timezone. please check your OS timezone.

If you want to change timezone in java instance different with OS timezone, do changes

as my message that i mentioned before.

Regards

Ariyanto

Edited by: Ariyanto Hong on Apr 3, 2008 4:54 AM

Former Member
0 Likes

Olá,

Hello, how are you?

I tried the procedure posted by you on a forum, but unsuccessfully:

You can change the time zone of the JVMs using the -Duser.timezone

parameter, add -Duser.timezone="

5) click "Apply changes"

6) restart your instance

Let me know how is the result

Regards

The item serverXXXX / Dispatcher does not appear to me!

Can you help me?

Thanks,

Thuany