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 2019/01/29 23:13:34 UTC

[GitHub] xtinec commented on a change in pull request #6721: Timestamp hackery

xtinec commented on a change in pull request #6721: Timestamp hackery
URL: https://github.com/apache/incubator-superset/pull/6721#discussion_r252057749
 
 

 ##########
 File path: superset/config.py
 ##########
 @@ -188,7 +188,9 @@
 # ---------------------------------------------------
 # Feature flags that are on by default go here. Their
 # values can be overridden by those in super_config.py
-FEATURE_FLAGS = {}
+FEATURE_FLAGS = {
+    'IS_EPOCH_S_TRULY_UTC': False,
 
 Review comment:
   @agrawaldevesh @mistercrunch I have a PR coming up shortly to allow merging of feature flags in `superset_config.py` and those set by default in `config.py`.

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