cpriest opened a new issue, #15442: URL: https://github.com/apache/druid/issues/15442
### Affected Version 25.0.0 ### Description I have a date/time value converted via TIMESTAMP_TO_MILLIS() on ingestion. When I use MILLIS_TO_TIMESTAMP() at query time with the sqlTimeZone query context parameter set, the TIMESTAMP returned is still in UTC time. _I believe_ that a timestamp comparison using BETWEEN is also failing because it is comparing timestamps of two different time zones incorrectly. The documentation reads: ```Sets the time zone for this connection, which will affect how time functions and timestamp literals behave.``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
