| Name: | time |
| Specific name: | time(abstime) |
| Owner: | postgres |
| Argument count: | 1 |
| Return type: | time |
| Language: | sql |
| Return a set: | |
| Source: | select cast(cast($1 as timestamp without time zone) as time) |
| Volatility: | |
| Security of definer: | |
| Strict: | |
| Comment: | convert abstime to time |
See Also
List of functions