Hello,
We noticed that the Alfresco Transform Services convert date cells from Excel documents to the US date format (DD/MM/YYYY to MM/DD/YYYY), the resultant PDF shown in Alfresco Share is then confusing for the users who expect the same format as the original document.
We are using ACS 7.1 and ACS 23.1 on Kubernetes with transform services enabled (libreoffice, tika, ...), problem is the same on both platforms.
Is it a known problem and is there anyway to tell the libreoffice container who to handle date ?
Thank you in advance!
Solved! Go to Solution.
Hi angelborroy,
Thank you very much for your hint!
We are using the Docker image alfresco/alfresco-libreoffice:5.0.1. I added the following lines in the Dockerfile :
USER root RUN dnf install -y glibc-langpack-fr ENV LC_ALL fr_CH.UTF-8 ENV LANG fr_CH.UTF-8 USER libreoffice
Default locale for Alfresco Transform Docker Images is C.UTF-8
You may try changing it to en_US.UTF-8
Hi angelborroy,
Thank you very much for your hint!
We are using the Docker image alfresco/alfresco-libreoffice:5.0.1. I added the following lines in the Dockerfile :
USER root RUN dnf install -y glibc-langpack-fr ENV LC_ALL fr_CH.UTF-8 ENV LANG fr_CH.UTF-8 USER libreoffice
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.