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

◆ tinstant_before_timestamptz()

TInstant * tinstant_before_timestamptz ( const TInstant inst,
TimestampTz  t,
bool  strict 
)

Restrict a temporal value to the instants before or equal a timestamptz.

Parameters
[in]instTemporal instant
[in]tTimestamp
[in]strictTrue if the restriction is strictly before, false when the restriction is before or equal @csqlfn Temporal_before_timestamptz()