You need to install the locales on the server side for the correct dates.
eg: To install the French locale on Ubuntu
sudo locale-gen fr_FR
sudo locale-gen fr_FR.UTF-8
// Then update the table
sudo update-locale
// And restart apache for the changes to take affect.
sudo service apache2 restart
Then test the locales are working via Site admin > Localisation > Locale compatibility check
Or direct to /admin/tool/langimport/localecheck.php
See here for other operating systems
https://docs.moodle.org/dev/Table_of_locales