Re: [PATCH 3/4] add xmktime() function that always accounts for the TZ env
From: Johannes Schindelin <hidden> Date: 2016-06-15 22:42:15
Hi,
On Sat, 24 Dec 2005, Eric Wong wrote:
This function was added because mktime in dietlibc doesn't seem to
account for the TZ env. Also, xmktime() now shares the same
always-summer bug TZ parsing elsewhere, so at least we can
be wrong about summer consistently.
How about making this a compat function, which is used when the Makefile
variable MKTIME_IGNORES_TZ is set?
Ciao,
Dscho