Go to the source code of this file.
|
const char * | pg_get_timezone_name (pg_tz *tz) |
|
bool | pg_get_timezone_offset (const pg_tz *tz, long int *gmtoff) |
|
struct pg_tm * | pg_gmtime (const pg_time_t *timep) |
|
bool | pg_interpret_timezone_abbrev (const char *abbrev, const pg_time_t *timep, long int *gmtoff, int *isdst, const pg_tz *tz) |
|
struct pg_tm * | pg_localtime (const pg_time_t *timep, const pg_tz *tz) |
|
int | pg_next_dst_boundary (const pg_time_t *timep, long int *before_gmtoff, int *before_isdst, pg_time_t *boundary, long int *after_gmtoff, int *after_isdst, const pg_tz *tz) |
|
size_t | pg_strftime (char *s, size_t max, const char *format, const struct pg_tm *tm) |
|
void | pg_timezone_initialize (void) |
|
bool | pg_tz_acceptable (pg_tz *tz) |
|
void | pg_tzenumerate_end (pg_tzenum *dir) |
|
pg_tz * | pg_tzenumerate_next (pg_tzenum *dir) |
|
pg_tzenum * | pg_tzenumerate_start (void) |
|
pg_tz * | pg_tzset (const char *tzname) |
|
pg_tz * | pg_tzset_offset (long gmtoffset) |
|