]> git.ipfire.org Git - thirdparty/man-pages.git/commit
tzset.3: Document behavior when TZ filespec omits the colon
authorJWP <elseifthen@gmx.com>
Sun, 18 Jan 2015 20:10:18 +0000 (15:10 -0500)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sun, 25 Jan 2015 14:18:44 +0000 (15:18 +0100)
commit025812041f57c97d3865a236560393a861832c00
tree28f1f9c80e700bafd0422eb92d0d8e583ee664a3
parent4e00a0b860319de5ee7fde21524991ce7e8391f7
tzset.3: Document behavior when TZ filespec omits the colon

If the TZ filespec omits the leading colon, glibc will parse
it for any valid format, i.e., it will still work.

STEPS TO REPRODUCE:
TZ=:Europe/Kiev date
Sun Jan 18 20:19:13 EET 2015
TZ=Europe/Kiev date
Sun Jan 18 20:19:20 EET 2015

Signed-off-by: J William Piggott <elseifthen@gmx.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man3/tzset.3