]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2894: MS-Windows: using enc_locale() for strftime() might not work v8.2.2894
authorK.Takata <kentkt@csc.jp>
Fri, 28 May 2021 13:49:34 +0000 (15:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Fri, 28 May 2021 13:49:34 +0000 (15:49 +0200)
commit2c4a1d0a619b0f1e0f7dac98681da6fee58c6a44
treea5bc4d74999cd3193364bca6b9ed6e0401f1d516
parentbc869874fedf094129831836f131c64f10d98854
patch 8.2.2894: MS-Windows: using enc_locale() for strftime() might not work

Problem:    MS-Windows: using enc_locale() for strftime() might not work.
Solution:   Use wcsftime(). (Ken Takata, closes #8271)
src/time.c
src/version.c