Hi,
I am running Alfresco Share v23.1.1.1 on a k3s server.
I have set all the date/time settings for my local +2 timezone, and shows ok on the k3s environment and inside alfresco. All the documents created and modified dates/times are correct and show local time.
my issue is when my rule triggers an email send using the notify_user_email.html.ftl template.
in there there is this date call -> ${date?datetime?string.full}
Solved! Go to Solution.
You may try using a FreeMarker approach, as documented in:
https://freemarker.apache.org/docs/ref_builtins_date.html
You may try using a FreeMarker approach, as documented in:
https://freemarker.apache.org/docs/ref_builtins_date.html
thank you for your answer, it was helpfull.
i ended up inserting
<#setting time_zone="Europe/Athens">
and then playing with the
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.