sql: support timezone abbreviations in date parsing #31710
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
no-issue-activity
X-stale
We don't support the use of "PST" or other abbreviations when parsing timezone values. This requires access to more tzinfo fields than are readily available in the
time
package to resolve a candidate timezone.If this is implemented, look at:
The text was updated successfully, but these errors were encountered: