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

◆ timestamptz_in()

TimestampTz timestamptz_in ( const char *  str,
int32  prec 
)

Return the string representation of a timestamp with time zone.

Parameters
[in]strString
[in]precPrecision, that is, the number of fractional digits retained in the seconds field. When precision is -1, there is no explicit bound on precision. The allowed precision range is from 0 to 6.
Returns
On error return DT_NOEND
Note
PostgreSQL function: timestamptz_in(PG_FUNCTION_ARGS)