support function timezone(zone, timestamp)
#17363
Labels
difficulty/simple
Issues that relatively easy and friendly to newcomers.
good first issue
Good for newcomers
priority/low
type/feature
Is your feature request related to a problem? Please describe.
The function
timezone(zone, timestamp)
is equivalent to the SQL-conforming constructtimestamp AT TIME ZONE zone
.https://www.postgresql.org/docs/current/functions-datetime.html#FUNCTIONS-DATETIME-ZONECONVERT
We have the latter
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: