Dear Make community,
I am struggling with a time zone issue :
Goal : I’m french and need to write the month in full letters like “mars”
Problem : I get it in english (March) while I am indicating the right TZ code “Europe/Paris”
My function in details : {{formatDate(now; “MMMM”; “Europe/Paris”)}}
I specify that my user settings are set up in Paris GMT+1.
Anyone gets an idea?
PS : I have a solution by adding a function “replace” but the function is very long now^^
Thank you in advance!
Vipark