isandeep41 opened a new issue, #13998: URL: https://github.com/apache/druid/issues/13998
As per the update provided in [Daylight Saving Time (DST) Not Observed in Year 2023](https://www.timeanddate.com/time/change/@3996063), Mexico will not observe Daylight Saving Time (DST) in the year 2023. Currently, the query returns `2023-04-04T05` instead of `2023-04-04T06` for the time zone 'America/Mexico_City'. ```sql SELECT TIME_PARSE( '2023-04-04', 'yyyy-MM-dd', 'America/Mexico_City' ) ``` ##### Affected Version v25.0.0 -- 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]
