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 2020/04/06 01:40:05 UTC

[GitHub] [incubator-superset] ktmud commented on issue #9304: Timezone config doesn't work?

ktmud commented on issue #9304: Timezone config doesn't work?
URL: https://github.com/apache/incubator-superset/issues/9304#issuecomment-609524741
 
 
   "Z" in the timestamp actually means UTC time (+00:00), so whatever time zone you set, as long as the data type is timestamp, it will always return in UTC time. You can probably create a calculated column with time offset instead.
   
   There are significant complexity revolving timezone configs. Superset decided to always UTC time to keep things simple. It'd be quite some work if we want to add custom timezone support.

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