can't adapt type 'US/Eastern' at signup with PostgreSQL
Open
- Dominant language
- Python
- Stars
- 4
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
query
'INSERT INTO "account_account" ("user_id", "timezone", "language") VALUES (%s, %s, %s)'
self
args
(4, , u'en')
e
ProgrammingError("can't adapt type 'US/Eastern'",)
Contributor guide
No contributing guide indexed for this repository
Research direction
Start at the signup path and the INSERT into account_account shown in the report, then trace how the timezone value reaches the PostgreSQL adapter. Reproduce signup with US/Eastern and inspect the account timezone handling. Done means signup persists that timezone without the ProgrammingError and existing timezone behavior remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postgresql, python
- Domain
- backend, databases
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 32/100