I want to change the timezone of the page which I am activating,currently it is displaying as per my system generated time IST but I want to change that to PST.Can you any property or steps for it.
Solved! Go to Solution.
Views
Replies
Total Likes
Hi
Please have a look at this thread:-
//In the start up script pass the JVM param -Duser.timezone with the value you want
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
I guess as a default, it will take browsers timestamp, the timezone where you have opened the browser
In code when you are getting value with IST timezone, you can convert it to PST programatically.
http://stackoverflow.com/questions/12487125/java-how-do-you-convert-a-utc-timestamp-to-local-time
Views
Replies
Total Likes
Here is an older thread that discusses this:
Views
Replies
Total Likes
Hi
Please have a look at this thread:-
//In the start up script pass the JVM param -Duser.timezone with the value you want
I hope this would help you.
Thanks and Regards
Kautuk Sahni
Views
Replies
Total Likes
Views
Likes
Replies