zhaojiandong commented on issue #6344: Fix a bug which druid's parsing formatted time field in a non-zero time zone URL: https://github.com/apache/incubator-druid/pull/6344#issuecomment-423390136 > Hi @zhaojiandong, this behavior is intentional: Druid always uses UTC, regardless of system time zone. This makes the parsing behavior consistent even if, for example, your Druid machines and Hadoop machines aren't running in the time zone. I think a better way to address #6343 is to add a "timeZone" feature to the TimestampSpec object. Then Druid could use that instead of UTC, if a user provides it. What do you think? Hi @gianm , it's a good idea to add "timeZone" feature. I will pull another request about this feature.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
