diff options
Diffstat (limited to 'src/include/utils/datetime.h')
-rw-r--r-- | src/include/utils/datetime.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/datetime.h b/src/include/utils/datetime.h index 2e7155d8030..572a9852f70 100644 --- a/src/include/utils/datetime.h +++ b/src/include/utils/datetime.h @@ -9,7 +9,7 @@ * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.55 2005/07/22 03:46:34 momjian Exp $ + * $PostgreSQL: pgsql/src/include/utils/datetime.h,v 1.56 2005/07/23 14:25:34 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -291,7 +291,7 @@ extern int DecodeInterval(char **field, int *ftype, extern void DateTimeParseError(int dterr, const char *str, const char *datatype); -extern int DetermineLocalTimeZone(struct pg_tm *tm); +extern int DetermineTimeZoneOffset(struct pg_tm *tm, pg_tz *tzp); extern int EncodeDateOnly(struct pg_tm *tm, int style, char *str); extern int EncodeTimeOnly(struct pg_tm *tm, fsec_t fsec, int *tzp, int style, char *str); |