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

◆ temporal_before_timestamptz()

Temporal * temporal_before_timestamptz ( const Temporal temp,
TimestampTz  t,
bool  strict 
)

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

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