Re: [xwiki-users] Why the "created" and "last modified" time are wrong?

2011-07-23 Thread Nishchal Jain
andre.j writes: > > > Same Problem here. My Timezone muste be Germany/Berlin with now +2 hours. But > I only get GMT+0. I added -Duser.timezone=Germany/Berlin into my JAVA_OPTS > with no change. I´m using another application in my tomcat and there > anything is fine ! > > Are there any ideas ?

Re: [xwiki-users] Why the "created" and "last modified" time are wrong?

2010-09-09 Thread andre.j
Same Problem here. My Timezone muste be Germany/Berlin with now +2 hours. But I only get GMT+0. I added -Duser.timezone=Germany/Berlin into my JAVA_OPTS with no change. I´m using another application in my tomcat and there anything is fine ! Are there any ideas ? Thanks André -- View this messag

Re: [xwiki-users] Why the "created" and "last modified" time are wrong?

2010-04-29 Thread Sergiu Dumitriu
On 04/29/2010 03:31 AM, flyisland wrote: > Hi Sergiu, > > the "System.getProperty("user.timezone")" return the correct timezone > "Asia/Shanghai", > then according to your prompt, I check the start_xwiki.bat file and find the > following: > > set LANG=fr_FR.ISO8859-1 > > after I changed it to > > s

Re: [xwiki-users] Why the "created" and "last modified" time are wrong?

2010-04-28 Thread flyisland
Hi Sergiu, the "System.getProperty("user.timezone")" return the correct timezone "Asia/Shanghai", then according to your prompt, I check the start_xwiki.bat file and find the following: set LANG=fr_FR.ISO8859-1 after I changed it to set LANG=zh_CN.utf8 the shown time is correct now! Thank you

Re: [xwiki-users] Why the "created" and "last modified" time are wrong?

2010-04-28 Thread Sergiu Dumitriu
On 04/28/2010 06:27 PM, flyisland wrote: > Hi Valdis, > > Thank you for your quickly response. > > The "$datetool.get('dd.MM. HH:mm')" still returns wrong time -- 11.5 > hours behind my laptop's system time. And I'm quite sure that the shown > system time and time zone of my laptop is right. >

Re: [xwiki-users] Why the "created" and "last modified" time are wrong?

2010-04-28 Thread flyisland
Hi Valdis, Thank you for your quickly response. The "$datetool.get('dd.MM. HH:mm')" still returns wrong time -- 11.5 hours behind my laptop's system time. And I'm quite sure that the shown system time and time zone of my laptop is right. what can i do to debug this issue? On Wed, Apr 28, 2

Re: [xwiki-users] Why the "created" and "last modified" time are wrong?

2010-04-28 Thread Valdis Vītoliņš
Please add following code in some page (xwiki 1.0 syntax) $datetool.get('dd.MM. HH:mm') Save and check what date is shown in page. If shown time is wrong, then server simply doesn't have correct time and/or time zone. Valdis > Hi All, > > I have installed "XWiki Enterprise 2.2.1.27354" on