hi,
You can change it by modifing the files on /opt/zimbra/tomcat/webapps/zimbra/WEB-INF/classes/msgs/I18nMsg_xx_XX.properties
the key values the following
formatDateLong = d MMMM yyyy
formatDateMedium = d/MM/yyyy
formatDateShort = d/MM/yy
formatTimeFull = hh:mm:ss a z
formatTimeLong = H:mm:ss
formatTimeMedium = HH:mm:ss
formatTimeShort = HH:mm
see java date documentation to know the format diferences (HH, H, hh, etc)
bye |