MobilityDB 1.1
Functions
date.c File Reference
#include "postgres.h"
#include <limits.h>
#include "utils/timestamp_def.h"
#include "utils/date.h"
#include "utils/datetime.h"
Include dependency graph for date.c:

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)