diff options
Diffstat (limited to 'src/include/utils/date.h')
| -rw-r--r-- | src/include/utils/date.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/date.h b/src/include/utils/date.h index a964d09a309..2cef2982fdc 100644 --- a/src/include/utils/date.h +++ b/src/include/utils/date.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2000, PostgreSQL, Inc * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: date.h,v 1.7 2000/12/03 14:51:11 thomas Exp $ + * $Id: date.h,v 1.8 2001/01/23 01:48:17 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -25,7 +25,7 @@ typedef struct { double time; /* all time units other than months and * years */ - int4 zone; /* numeric time zone, in seconds */ + int zone; /* numeric time zone, in seconds */ } TimeTzADT; /* |
