发布于 2021-10-12 15:26:52
您需要在服务器端安装区域设置以获得正确的日期。
在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 然后通过站点管理>本地化>地区兼容性检查来测试区域设置。
或者直接到/admin/tool/langimport/localecheck.php
其他操作系统见这里
https://stackoverflow.com/questions/69540443
复制相似问题