-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Labels
area/ysqlYugabyte SQL (YSQL)Yugabyte SQL (YSQL)kind/bugThis issue is a bugThis issue is a bugpriority/mediumMedium priority issueMedium priority issuestatus/awaiting-triageIssue awaiting triageIssue awaiting triage
Description
Jira Link: DB-18236
Description
The timezone parameter is passed in all lowercase causing it not to be set.
Discovered by Bringq here are their notes:
Debugging this problem, I noticed that the QueryExecutorImpl class is receiving time zone parameters in lowercase - timezone - instead of TimeZone. That is causing the time zone not to be set.

when NOT using YSQL connection manager, the parameter is received in correct case

Tried setting the following, but did not help.
alter database dev01db set TimeZone=UTC;
alter user dev01 set TimeZone=UTC;
Steps to Reproduce:
- [Provide steps to reproduce the bug]
- [Describe actual vs expected behavior]e s
Issue Type
kind/bug
Warning: Please confirm that this issue does not contain any sensitive information
- I confirm this issue does not contain any sensitive information.
Metadata
Metadata
Assignees
Labels
area/ysqlYugabyte SQL (YSQL)Yugabyte SQL (YSQL)kind/bugThis issue is a bugThis issue is a bugpriority/mediumMedium priority issueMedium priority issuestatus/awaiting-triageIssue awaiting triageIssue awaiting triage