Foros de discusión

How to change the default timezone

suresh midde, modificado hace 15 años.

How to change the default timezone

Junior Member Mensajes: 47 Fecha de incorporación: 3/12/08 Mensajes recientes
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
Minhchau Dang, modificado hace 15 años.

RE: How to change the default timezone

Liferay Master Mensajes: 598 Fecha de incorporación: 22/10/07 Mensajes recientes
Set user.timezone in system-ext.properties to a value reflecting your current time zone.
suresh midde, modificado hace 15 años.

RE: How to change the default timezone

Junior Member Mensajes: 47 Fecha de incorporación: 3/12/08 Mensajes recientes
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
Victor Zorin, modificado hace 15 años.

RE: How to change the default timezone

Liferay Legend Mensajes: 1228 Fecha de incorporación: 14/04/08 Mensajes recientes
Check that your startup sh or bat file does not contain jvm setting of -Duser.timezone=GMT for JAVA_OPTS
thumbnail
kamalkant rajput, modificado hace 15 años.

RE: How to change the default timezone

Expert Mensajes: 266 Fecha de incorporación: 10/04/08 Mensajes recientes
If you want to set Indian Time zone you can use setenv file and put the property

-Duser.timezone=IST
joseph rocks jo, modificado hace 15 años.

RE: How to change the default timezone

New Member Mensaje: 1 Fecha de incorporación: 31/03/09 Mensajes recientes
u can also check www.timezoneguide.com
Konrad Kraszy, modificado hace 14 años.

RE: How to change the default timezone

New Member Mensaje: 1 Fecha de incorporación: 10/07/09 Mensajes recientes
I'm using:

user.timezone=Europe/Paris

in system-ext.properties
thumbnail
Pravin Pawar, modificado hace 14 años.

RE: How to change the default timezone

Junior Member Mensajes: 62 Fecha de incorporación: 17/11/09 Mensajes recientes
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
Snehal Wani, modificado hace 13 años.

RE: How to change the default timezone

New Member Mensajes: 10 Fecha de incorporación: 22/10/09 Mensajes recientes
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
Devang Patel, modificado hace 8 años.

RE: How to change the default timezone

Regular Member Mensajes: 247 Fecha de incorporación: 19/01/15 Mensajes recientes
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
Harish Kumar, modificado hace 8 años.

RE: How to change the default timezone

Expert Mensajes: 483 Fecha de incorporación: 31/07/10 Mensajes recientes
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
David H Nebinger, modificado hace 8 años.

RE: How to change the default timezone

Liferay Legend Mensajes: 14917 Fecha de incorporación: 2/09/06 Mensajes recientes
Well, this thread was lying dead for the past 5 years before it was revived... emoticon