diff options
Diffstat (limited to 'src/include/pgtime.h')
-rw-r--r-- | src/include/pgtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/pgtime.h b/src/include/pgtime.h index a526c044bc6..995bffeeea2 100644 --- a/src/include/pgtime.h +++ b/src/include/pgtime.h @@ -55,6 +55,8 @@ extern size_t pg_strftime(char *s, size_t max, const char *format, extern void pg_timezone_pre_initialize(void); extern void pg_timezone_initialize(void); extern pg_tz *pg_tzset(const char *tzname); +extern pg_tz *pg_tzset_offset(long gmtoffset); + extern bool tz_acceptable(pg_tz *tz); extern bool pg_get_timezone_offset(const pg_tz *tz, long int *gmtoff); extern const char *pg_get_timezone_name(pg_tz *tz); |