|
MobilityDB 1.1
|
#include "postgres.h"#include <limits.h>#include "utils/timestamp_def.h"#include "utils/date.h"#include "utils/datetime.h"
Functions | |
| int | time2tm (TimeADT time, struct pg_tm *tm, fsec_t *fsec) |
| bool | time_overflows (int hour, int min, int sec, fsec_t fsec) |
| int | tm2time (struct pg_tm *tm, fsec_t fsec, TimeADT *result) |