*** ../src/backend/utils/adt/nabstime.c.orig Mon Dec 14 04:03:08 1998 --- ../src/backend/utils/adt/nabstime.c Mon Dec 14 17:49:06 1998 *************** *** 75,82 **** strftime(CTZName, MAXTZLEN, "%Z", tm); #endif /* XXX FreeBSD man pages indicate that this should work - thomas 1998-12-12 */ ! if (tzn != NULL) ! strcpy(tzn, tm->tm_zone); #elif defined(HAVE_INT_TIMEZONE) tm = localtime(&now); --- 75,81 ---- strftime(CTZName, MAXTZLEN, "%Z", tm); #endif /* XXX FreeBSD man pages indicate that this should work - thomas 1998-12-12 */ ! strcpy(CTZName, tm->tm_zone); #elif defined(HAVE_INT_TIMEZONE) tm = localtime(&now);