strftime: fix underlying format string in %z format
authorDaniel Sabogal <dsabogalcc@gmail.com>
Mon, 11 Jun 2018 17:15:15 +0000 (13:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Tue, 26 Jun 2018 20:44:42 +0000 (16:44 -0400)
commitda5851e9f464f74533cc8270c932cf6466ff3256
tree2f3f5746dfe4343216b379c8c99ced2731548f2a
parent63e2e40ee3aa3bdd160a7eeace98f3dfb89ddbe2
strftime: fix underlying format string in %z format

the expression (tm->__tm_gmtoff)/3600 has type long. use %+.2ld instead.
src/time/strftime.c