You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/02/07 05:25:25 UTC

[GitHub] [superset] Manoj1881 opened a new issue #6768: config superset for local time zone?

Manoj1881 opened a new issue #6768:
URL: https://github.com/apache/superset/issues/6768


   <!--
   Licensed to the Apache Software Foundation (ASF) under one
   or more contributor license agreements.  See the NOTICE file
   distributed with this work for additional information
   regarding copyright ownership.  The ASF licenses this file
   to you under the Apache License, Version 2.0 (the
   "License"); you may not use this file except in compliance
   with the License.  You may obtain a copy of the License at
   
     http://www.apache.org/licenses/LICENSE-2.0
   
   Unless required by applicable law or agreed to in writing,
   software distributed under the License is distributed on an
   "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
   KIND, either express or implied.  See the License for the
   specific language governing permissions and limitations
   under the License.
   -->
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [ ] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [ ] I have reproduced the issue with at least the latest released version of superset.
   - [ ] I have checked the issue tracker for the same open issue and I haven't found any solution.
   
   
   ### Superset version
   superset --version
   Flask 0.12.4
   Python 3.6.4 |Anaconda, Inc.| (default, Jan 16 2018, 12:04:33)
   [GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final)]
   
   ### Expected results
   querying from superset is still in UTC even after changing DRUID_TZ in  config.py to DRUID_TZ = tz.tzlocal() 
   


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] DevHerrera commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
DevHerrera commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-961176748


   +1


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] krishmathakral commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
krishmathakral commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-854545461


   @Manoj1881 @srggrs
   
   Can you please suggest any workaround for changing timezone from UTC to IST


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] etothexipi commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
etothexipi commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-967538197


   +1 Daylight savings causes issues where users have to update datasource timezone offset for each datasource twice per year.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jpike88 commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
jpike88 commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-911307846


   +1 on this, timezones are important.


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] krishmathakral removed a comment on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
krishmathakral removed a comment on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-854543997


   @Manoj1881 @srggrs 
   
   Can you please suggest any workaround for changing timezone from UTC to IST


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] TheRum commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
TheRum commented on issue #6768: config superset for local time zone?
URL: https://github.com/apache/incubator-superset/issues/6768#issuecomment-568435673
 
 
   @Manoj1881 I am also having same issue. Did you find any workaround to 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: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] PedroPini commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
PedroPini commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-950458610


   +1


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] krishmathakral removed a comment on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
krishmathakral removed a comment on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-854545461


   @Manoj1881 @srggrs
   
   Can you please suggest any workaround for changing timezone from UTC to IST


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] zygeilit commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
zygeilit commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-914852971






-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] D3nn3 commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
D3nn3 commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-911771199


   Agree. We have some edge cases were entities are associated to wrong days (leading to sometimes inaccurate metrics) because of 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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] yeongjukang commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
yeongjukang commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-1039896651


   +1


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] krishmathakral commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
krishmathakral commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-854543997


   @Manoj1881 @srggrs 
   
   Can you please suggest any workaround for changing timezone from UTC to IST


-- 
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] jessicaxyl commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
jessicaxyl commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-912331681


   +1


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [superset] yeongjukang commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
yeongjukang commented on issue #6768:
URL: https://github.com/apache/superset/issues/6768#issuecomment-1039896651


   +1


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] med4it commented on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
med4it commented on issue #6768:
URL: https://github.com/apache/incubator-superset/issues/6768#issuecomment-644957970


   Same issue, is there any way to change timezone in superset from the UI ?


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] med4it edited a comment on issue #6768: config superset for local time zone?

Posted by GitBox <gi...@apache.org>.
med4it edited a comment on issue #6768:
URL: https://github.com/apache/incubator-superset/issues/6768#issuecomment-644957970


   Same issue, is there any way to change superset timezone from the UI ?


----------------------------------------------------------------
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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org