View Single Post
  #3 (permalink)  
Old 01-18-2007, 04:01 AM
fisch09 fisch09 is offline
Special Member
 
Posts: 120
Default

Quote:
Originally Posted by phoenix View Post
Upgrade to 4.5 GA as that's now available and check the timezone information again. If you need to change it then change in in the COS with this command:

this command will display the current value:
Code:
zmprov gc default | grep zimbraPrefTimeZoneId


this will change it:
Code:
zmprov mc default  zimbraPrefTimeZoneId '(GMT+01.00) Brussels / Copenhagen / Madrid / Paris'
Obviously the timezone should be the one you require.
Update to 4.5 GA -> done
Time issue -> still the same
"zmprov gc default | grep zimbraPrefTimeZoneId" -> "zimbraPrefTimeZoneId: (GMT-08.00) Pacific Time (US & Canada) / Tijuana"

what is the exact string for AEST (Australia, Melbourne, Daylight Saving) ?

Cheers
Andre
Reply With Quote