git: 9front

Download patch

ref: 98448dfc3852d1cd793d37a0f242f3fa83e2b955
parent: b4a399495c67b2d1a69aa0df1f6ec5d2607977a0
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Mon Aug 3 22:03:38 EDT 2015

python: use altzone

--- a/sys/src/cmd/python/pyconfig.h
+++ b/sys/src/cmd/python/pyconfig.h
@@ -691,6 +691,7 @@
 /* Define to 1 if you don't have `tm_zone' but do have the external array
    `tzname'. */
 #define HAVE_TZNAME 1
+#define HAVE_ALTZONE 1
 
 /* Define this if you have tcl and TCL_UTF_MAX==6 */
 /* #undef HAVE_UCS4_TCL */
--