cancel
Showing results for 
Search instead for 
Did you mean: 

Regd local time settings

dynamolalit
Champ on-the-rise
Champ on-the-rise
Hi,

I am using alfresco 3.1.1. I am in timezone GMT+5:30 hrs. But on my alfresco web client UI, i can see only GMT+0 hrs time.Please see screenshot @

http://i984.photobucket.com/albums/ae328/dynamolalit/test/foralfforum.jpg


Where can i fix it: configuration file or db entry or something else?
1 REPLY 1

savic_prvoslav
Champ on-the-rise
Champ on-the-rise
hi, this is the simple problem but you need to change the code for a bit.

time zone is servers time zone has nothing to do with user TZ.

resolutions has two pats:
1: change jsp pages ( about 5-10 places)
     code needed contains 10 characters example #{Bean.timezone}

2:remember time zone that you want for specific tenant
            2.a for all users ( override bean for example UserPreferencesBean )
            2.b for specific user
                 2.b.1 add aspect for time zone setting
                 2.b.2 add dialog for time zone set up
                
—————————
maybe add index on aspects propertie timezone (fun thing). this should do it.
I have not seen any setting for this, if you find it please report to me.