Config the timezone of the Created Date and Modified Date

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2006 09:03 AM
To me they are displaied in GMT.
Thakns.
- Labels:
-
Archive

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2006 10:53 AM
You need to localise the properties files for your locale - see the topics in Language Packs for info on this and examples in various languages.
The file you'll need to localise is "webclient.properties" and you would modify this section appropriately:
# Date Pattern
date_pattern=MMMM, d yyyy
date_time_pattern=MMMM, d yyyy HH:mm
time_pattern=HH:mm
The patterns use standard java date/time format.
http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
Hope this helps,
Kevin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2006 11:31 AM
But, you don't understend my question (my poor english

My problem is the time displayed, it is wrong, my timezone here in Brasil is GMT-3 but all the dates displayed for the files is in GMT, ie:
Now is 14:28 (BRST) if I add some file to repository now, after the include if I look the file properties with the Web Client, the time displayed is 16:28.
How I configure this ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-04-2006 12:11 PM
Thanks,
Kevin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-10-2006 04:09 PM
you can do any suggest for change it?. The Alfresco Instalation Notes don't say nothing about this.
Regards,
Pedro

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2006 06:08 AM
The time setup on your server is nothing to do with Alfresco.
If your machine is running MS Windows, open the control panel and select 'date & time'. Change the time settings in there.
For Linux see this website for how to set it: http://www.linuxsa.org.au/tips/time.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-11-2006 07:29 AM
I was my computer settings for Date & Time and this indicates as GMT -4 (My Time Zone). When I start Alfresco (Tomcat Bundle), this messages are displayed in the correct time, an example:
11-ene-2006 8:15:27 org.apache.catalina.startup.Catalina start
8:15:27 is a correct hour for my timezone but when I create or Add a Content the time is 12:15:27. This time is GMT 0. Why?
Regards
Pedro

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2006 08:16 AM
I've got the same issue using linux.
My machine is configured gmt+1 and checkin time is 1 hour before the real time.
Have anyone found a solution for that ?
Laurent.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2006 09:36 AM
add "export TZ=Europe/Paris" in the startup.sh or define a "-Duser.timezone=Europe/Paris" in your JAVA_OPTS.
Of course replace Europe/Paris with your timezone, for example Brazil/East.
Laurent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-25-2015 07:10 AM
Your issue is my solution. I need that Date should always display in GMT but in my case time change with the time zone. How did you set in GMT?
Thanks,
Jamil
