PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | FRONTEND 1 |
Functions | |
pg_time_t | timestamptz_to_time_t (TimestampTz t) |
const char * | timestamptz_to_str (TimestampTz t) |
const char* timestamptz_to_str | ( | TimestampTz | t | ) |
Definition at line 49 of file compat.c.
References buf, MAXDATELEN, snprintf, timestamptz_to_time_t(), tm, and USECS_PER_SEC.
pg_time_t timestamptz_to_time_t | ( | TimestampTz | t | ) |
Definition at line 27 of file compat.c.
References POSTGRES_EPOCH_JDATE, SECS_PER_DAY, UNIX_EPOCH_JDATE, and USECS_PER_SEC.
Referenced by timestamptz_to_str().