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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to