rktio: use tm_gmtoff instead of timezone on Linux

Closes #3474

Xsmith discovered that Chez Scheme's use of `tm_gmtoff` is better
thank rktio's use of `timezone`.
This commit is contained in:
Matthew Flatt 2020-10-30 06:55:33 -06:00
parent 0632ecf4b8
commit 507454a6d8

View File

@ -43,7 +43,7 @@
#if defined(__linux__)
# define USE_TIMEZONE_VAR_W_DLS
# define USE_TM_GMTOFF_FIELD
# define USE_TZNAME_VAR
# define RKTIO_TCP_LISTEN_IPV6_ONLY_SOCKOPT