(setq system-time-locale "C")
设置前后,<format-time-string “%A”> 返回的是英文。
最终解决办法:
(setq system-time-locale "zh_CN.UTF-8")
(setq system-time-locale "C")
设置前后,<format-time-string “%A”> 返回的是英文。
最终解决办法:
(setq system-time-locale "zh_CN.UTF-8")