db_tz_support in date_api_sql.inc
Query is:
'2008-02-15 12:00:00 UTC' AT TIME ZONE 'US/Central'
Should be:
SELECT TIMESTAMP WITH TIME ZONE '2008-02-15 12:00:00 UTC' AT TIME ZONE 'US/Central'
Patch attached.
| Comment | File | Size | Author |
|---|---|---|---|
| 0001-Fix-Postgresql-time-zone-support-query.patch | 642 bytes | halcyonCorsair |
Comments
Comment #1
karens commentedSee #279051: pgsql named time zone detection is incorrect. If that's wrong, you guys need to duke it out and tell me what works.
Comment #2
karens commentedComment #3
halcyonCorsair commentedIf you committed the fix as mentioned in the other bug it should do what I want.