cancel
Showing results for 
Search instead for 
Did you mean: 

Java timezone

Former Member
0 Kudos

How to check the time zone of a Java system as like in ABAP

I would appreciate your help

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

I guess you want to check the time zone of your java system not looking for an option to change it.

You can find your server Java stack side timezone info by checking the following:-

http://<servername>:<port>/monitoring/SystemInfo -> Dispatcher -> Click on "system properties.." link -> it will open a screen with multiple parameters and there you search for "user.timezone" parameter.

For e.g in one of my test system the said parameter is :-

user.timezone GMT+05:30

For Java system if there is any requirement to change the java timezone then it can be done through java parameter called -Duser.timezone= ,in configtool and restart the instance.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Please refer to the below links which should help you in sloving the query or issue.

Regards,

Sharath