]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.1567: localtime_r() does not respond to $TZ changes v8.1.1567
authorBram Moolenaar <Bram@vim.org>
Tue, 18 Jun 2019 20:53:24 +0000 (22:53 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 18 Jun 2019 20:53:24 +0000 (22:53 +0200)
commitdb51730df1817fc4b6ecf5a065c69fac518ad821
treed7966f2f74b8f11cb6bb228a422bf4650e9bc7d9
parent517f71ab17c265602465eaee3775dcfe8afe0478
patch 8.1.1567: localtime_r() does not respond to $TZ changes

Problem:    Localtime_r() does not respond to $TZ changes.
Solution:   If $TZ changes then call tzset(). (Tom Ryder)
src/auto/configure
src/config.h.in
src/configure.ac
src/evalfunc.c
src/memline.c
src/proto/memline.pro
src/testdir/test_functions.vim
src/undo.c
src/version.c