aboutsummaryrefslogtreecommitdiff
path: root/tmux.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-09-14 14:01:09 +0100
committerThomas Adam <thomas@xteddy.org>2015-09-14 14:01:09 +0100
commit4afe26fa82fd2701cbf686799668d685645b220e (patch)
treeebb25aa2f8485b643136b210ee0df521c5cbe4c8 /tmux.c
parent74b958ecbed7102a0f3f5faf5d976411726661ba (diff)
parent216ddf3da5798fe3e7246310ebe0b77e591ee34e (diff)
downloadrtmux-4afe26fa82fd2701cbf686799668d685645b220e.tar.gz
rtmux-4afe26fa82fd2701cbf686799668d685645b220e.tar.bz2
rtmux-4afe26fa82fd2701cbf686799668d685645b220e.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.c')
-rw-r--r--tmux.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.c b/tmux.c
index 31ff24a0..94d97f92 100644
--- a/tmux.c
+++ b/tmux.c
@@ -201,6 +201,7 @@ main(int argc, char **argv)
#endif
setlocale(LC_TIME, "");
+ tzset();
if (**argv == '-')
flags = CLIENT_LOGIN;