Choose a timestamp boundary
The two-argument overload uses at_or_before. Add mode when a range boundary or nearest-block lookup requires different behavior.
TIMESTAMPTZ represents an absolute instant. Plain TIMESTAMP values are interpreted as UTC.
- Use at_or_after for an inclusive time-range start.
- Use at_or_before for an inclusive time-range end.
- closest returns the lower block when two blocks are equally distant.