$OpenBSD: patch-nsprpub_pr_src_misc_prtime_c,v 1.1.1.1 2003/05/18 20:43:49 wilfried Exp $
--- nsprpub/pr/src/misc/prtime.c.orig	Wed Feb 26 17:01:02 2003
+++ nsprpub/pr/src/misc/prtime.c	Sun May 18 04:48:05 2003
@@ -1666,7 +1666,7 @@ PR_FormatTime(char *buf, int buflen, con
  */
 
 #if defined(SUNOS4) || (__GLIBC__ >= 2) || defined(XP_BEOS) \
-        || defined(NETBSD)
+        || defined(NETBSD) || defined(OPENBSD)
     a.tm_zone = NULL;
     a.tm_gmtoff = tm->tm_params.tp_gmt_offset + tm->tm_params.tp_dst_offset;
 #endif
