This writes the weekday in english to the content file, regardless of the locale defined in the config or the users panel language:
create:
title: “{{ page.startDate.toDate(‘EEE yyyy-MM-dd’) }}”
…
Because it is content, I expected it should use the sites language?
(In comparison using the same string template in for example help fields results in that the locale from the config is used. Here some might argue that it should be using the panel language, but I’m not sure.)
The site is single language.