<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- test/testutil/helper.c.orig	2024-10-22 18:36:51
+++ test/testutil/helper.c	2024-10-22 18:37:24
@@ -19,7 +19,7 @@
 # define timezone _timezone
 #endif
 
-#if defined(__FreeBSD__) || defined(__wasi__)
+#if defined(__FreeBSD__) || defined(__wasi__) || defined(__APPLE__)
 # define USE_TIMEGM
 #endif
 
</pre></body></html>