We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f7fbf8 commit 83f558aCopy full SHA for 83f558a
src/backend/utils/adt/nabstime.c
@@ -4,7 +4,7 @@
4
*
5
* Copyright (c) 1994, Regents of the University of California
6
7
- * $Id: nabstime.c,v 1.48 1998/12/14 08:11:12 scrappy Exp $
+ * $Id: nabstime.c,v 1.49 1998/12/15 15:10:03 vadim Exp $
8
9
*/
10
#include <stdio.h>
@@ -71,8 +71,11 @@ GetCurrentAbsoluteTime(void)
71
strftime(CTZName, MAXTZLEN, "%Z", tm);
72
#endif
73
/* XXX FreeBSD man pages indicate that this should work - thomas 1998-12-12 */
74
+ /* tzn isn't defined !!! - vadim 15-12-1998 */
75
+#if 0
76
if (tzn != NULL)
77
strcpy(tzn, tm->tm_zone);
78
+#endif
79
80
#elif defined(HAVE_INT_TIMEZONE)
81
tm = localtime(&now);
0 commit comments