Time zone issue

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

Hey Vipark,

just to clarify - Europe/Paris is only for the time zone, it has nothing to do with the language of the resulting output.

I’m afraid Make doesn’t have localization settings like this, so you will have to do it with a Switch module, switch() or replace() formulas.