Fix: timegm compat on Solaris
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 13 Nov 2017 20:06:29 +0000 (15:06 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 30 Jan 2018 19:15:28 +0000 (14:15 -0500)
On Solaris 11 setting TZ to an empty string before calling mktime will
in some circumstances do the conversion in localtime instead of UTC as
expected.

Replace the empty string by "UTC".

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>

No differences found
This page took 0.025993 seconds and 4 git commands to generate.