Bug#851934: bug#23035: date: regression in timezone printing (+%Z)

2017-01-20 Thread Paul Eggert
Thanks for the heads-up. Rather than add that tzset call, which is a bit of a hack, I'd rather make parse_datetime2 more reentrant so that it's immune to this problem. So I installed this: http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=4e6e16b3f43ce96302b1e52e48730c1f15e18c14 into Gnul

Bug#851934: bug#23035: date: regression in timezone printing (+%Z)

2017-01-20 Thread Pádraig Brady
On 17/03/16 17:38, Paul Eggert wrote: > On 03/16/2016 08:51 PM, Assaf Gordon wrote: >> I suspect it has something to do with this commit: >>commit037e3b9847feb46cf6b58d99ce960d3987faaf52 > > You're right, and thanks for that detailed bug report. I installed the > attached patch, which fix