掲示板

How to change the default timezone

15年前 に suresh midde によって更新されました。

How to change the default timezone

Junior Member 投稿: 47 参加年月日: 08/12/03 最新の投稿
Hi,

I am trying to generate the current time as a id to a particular field to my database.Suppose my table 'Z' should have an id like 'yyyymmddhhss' format,But when I generate the id like this, always it is pointed towards GMT, but I want it to be according to my local timezone.

Hope I am clear in explaining my situation.

Can anyone help me,

Regards
Suresh Midde
thumbnail
15年前 に Minhchau Dang によって更新されました。

RE: How to change the default timezone

Liferay Master 投稿: 598 参加年月日: 07/10/22 最新の投稿
Set user.timezone in system-ext.properties to a value reflecting your current time zone.
15年前 に suresh midde によって更新されました。

RE: How to change the default timezone

Junior Member 投稿: 47 参加年月日: 08/12/03 最新の投稿
Hi,

I have tried changing

user.timezone=GMT+05:30

in system-ext.properties, but it is not getting reflected. Still it is pointing to GMT time.

I have system-ext.properties under root/web-inf/classes

I think this file is not getting loaded, as referring to the document, in the following link,

http://docs.liferay.com/portal/4.2/official/liferay-customization-guide-4.2/multipage/ch01s03.html

3. system.properties

The system.properties file is provided as a convenient way to set all properties for the JVM machine and related system settings. Start your application server with the system property system.properties.load set to true to load it. When the server starts, the portal will load system.properties and then system-ext.properties.

Start your application server with the system property system.properties.final set to true if the properties of system.properties override all similar command line properties. If set to false, the properties of system.properties will be set if and only if those properties are not currently set.

Some application servers require you to set the file.encoding and user.timezone on startup regardless of system.properties because the application server reads these properties before system.properties is ever loaded.

Do I need to explicitly tell my tomcat to load system-ext.properties


Help me in this regard

Suresh Midde
thumbnail
15年前 に Victor Zorin によって更新されました。

RE: How to change the default timezone

Liferay Legend 投稿: 1228 参加年月日: 08/04/14 最新の投稿
Check that your startup sh or bat file does not contain jvm setting of -Duser.timezone=GMT for JAVA_OPTS
thumbnail
15年前 に kamalkant rajput によって更新されました。

RE: How to change the default timezone

Expert 投稿: 266 参加年月日: 08/04/10 最新の投稿
If you want to set Indian Time zone you can use setenv file and put the property

-Duser.timezone=IST
15年前 に joseph rocks jo によって更新されました。

RE: How to change the default timezone

New Member 投稿: 1 参加年月日: 09/03/31 最新の投稿
u can also check www.timezoneguide.com
14年前 に Konrad Kraszy によって更新されました。

RE: How to change the default timezone

New Member 投稿: 1 参加年月日: 09/07/10 最新の投稿
I'm using:

user.timezone=Europe/Paris

in system-ext.properties
thumbnail
14年前 に Pravin Pawar によって更新されました。

RE: How to change the default timezone

Junior Member 投稿: 62 参加年月日: 09/11/17 最新の投稿
Finally I got the solution for setting timezone.
KK rajput:
If you want to set Indian Time zone you can use setenv file and put the property

-Duser.timezone=IST


I have set timezone in system-ext.properties file as

user.timezone=Asia/Calcutta


but still time will be shown as UTC timezone.

After that I have added timezone in setenv.bat file as

-Duser.timezone=Asia/Calcutta


Now it will take the IST timezone.
thumbnail
13年前 に Snehal Wani によって更新されました。

RE: How to change the default timezone

New Member 投稿: 10 参加年月日: 09/10/22 最新の投稿
Hi Pravin,
Thanks for this solution!
I am working on the same issue,........
but the next difficulty is that how TimeZone settings can be generalized ?..........
means , on a portal different users with their respective local time zones set on their m/c ,must be able to get their local time zones only and not the unique setting set in system-ext.properties and setenv.sh............
how can we set this multiple options(or dynamic options as set by user) in system-ext.properties and setenv.sh.........

I am using liferay 5.2.3. ,ubuntu , tomcat 5.5............

Thanks in Advance!
thumbnail
8年前 に Devang Patel によって更新されました。

RE: How to change the default timezone

Regular Member 投稿: 247 参加年月日: 15/01/19 最新の投稿
Hi All,

I have tried all the above solution but it doesn't work.
I want to change Time-Zone for India(IST).
Give me the right solution.

Thank You,
Devang Patel
thumbnail
8年前 に Harish Kumar によって更新されました。

RE: How to change the default timezone

Expert 投稿: 483 参加年月日: 10/07/31 最新の投稿
Pravin Pawar:
Finally I got the solution for setting timezone.
KK rajput:
If you want to set Indian Time zone you can use setenv file and put the property

-Duser.timezone=IST


I have set timezone in system-ext.properties file as

user.timezone=Asia/Calcutta


but still time will be shown as UTC timezone.

After that I have added timezone in setenv.bat file as

-Duser.timezone=Asia/Calcutta


Now it will take the IST timezone.


Hi

Asia/Calcutta is now obsolate. you should use Asia/Kolkata.
thumbnail
8年前 に David H Nebinger によって更新されました。

RE: How to change the default timezone

Liferay Legend 投稿: 14919 参加年月日: 06/09/02 最新の投稿
Well, this thread was lying dead for the past 5 years before it was revived... emoticon