You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@superset.apache.org by GitBox <gi...@apache.org> on 2018/04/12 14:03:53 UTC

[GitHub] xrmx commented on issue #4813: datetrunc is not suported

xrmx commented on issue #4813: datetrunc is not suported
URL: https://github.com/apache/incubator-superset/issues/4813#issuecomment-380816440
 
 
   Does the following query work in psql?
   
   ```
   SELECT DATE_TRUNC('week', real_time) AT TIME ZONE 'UTC' AS __timestamp FROM metrics LIMIT 1;
   ```

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