]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: log: add '%Tl' to log-format
authorYuxans Yao <yuxans@gmail.com>
Fri, 19 Oct 2012 02:36:09 +0000 (10:36 +0800)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Oct 2012 10:55:26 +0000 (11:55 +0100)
commit4e25b015a7205009484508f516027316884a0324
tree532d56a612fdc624da211626874ca81b2a23ed4d
parent08b4d79d314f3dcc052cc650c83f8dbc00f04b8a
MINOR: log: add '%Tl' to log-format

The '%Tl' is similar to '%T', but using local timezone.
doc/configuration.txt
include/common/standard.h
include/types/log.h
src/haproxy.c
src/log.c
src/standard.c