MobilityDB 1.3
Loading...
Searching...
No Matches

◆ minus_timestamptz_timestamptz()

Interval * minus_timestamptz_timestamptz ( TimestampTz  t1,
TimestampTz  t2 
)

Return the subtraction of two timestamptz values.

Parameters
[in]t1,t2Timestamps
Note
PostgreSQL function: timestamp_mi(PG_FUNCTION_ARGS). Notice that the original code from PostgreSQL has Timestamp as arguments