You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2020/01/29 03:13:31 UTC

[GitHub] [druid] gianm opened a new pull request #9282: Fix timestamp_format expr outside UTC timeZone.

gianm opened a new pull request #9282: Fix timestamp_format expr outside UTC timeZone.
URL: https://github.com/apache/druid/pull/9282
 
 
   When formatString wasn't set, the default string would be in the local timezone, rather than UTC. We should always use UTC unless the user specifies otherwise in their query.
   
   This is actually caught by existing unit tests, but only if your system timezone is _not_ set to UTC. In Travis, our containers use UTC system time, so they don't catch this.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org


[GitHub] [druid] fjy merged pull request #9282: Fix timestamp_format expr outside UTC timeZone.

Posted by GitBox <gi...@apache.org>.
fjy merged pull request #9282: Fix timestamp_format expr outside UTC timeZone.
URL: https://github.com/apache/druid/pull/9282
 
 
   

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org