jeclarke opened a new issue, #13509: URL: https://github.com/apache/druid/issues/13509
When calling MILLIS_TO_TIMESTAMP any milliseconds do not appear in the produced timestamp. The produced timestamp always has .000 for milliseconds. ### Affected Version 0.23.0 ### Description To reproduce this issue run the following SQL: ```` SELECT MILLIS_TO_TIMESTAMP(1670325506528) AS my_timestamp ```` The output is: ```` my_timestamp 2022-12-06T11:18:26.000Z ```` I expected the output to be: ```` my_timestamp 2022-12-06T11:18:26.528Z ```` -- 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]
