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:
parent
0632ecf4b8
commit
507454a6d8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user