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/03/19 09:34:28 UTC

[GitHub] [incubator-superset] kovrus opened a new pull request #7057: Use strict ISO8601 datetime format in postgres engine spec

kovrus opened a new pull request #7057: Use strict ISO8601 datetime format in postgres engine spec
URL: https://github.com/apache/incubator-superset/pull/7057
 
 
   The `PostgresEngineSpec` have the default implementation of the `convert_dttm` method that follows the `%Y-%m-%d %H:%M:%S` date time format. Despite the fact that the particular format is supported by PostgreSQL, it is not ISO8601 compliant, see section [4.3.2(http://dotat.at/tmp/ISO_8601-2004_E.pdf). The standard permits to omit the time designator `T`, but does not imply permission to replace it with space.
   
   Therefore, it would be harder to use Superset with databases that support the PostgreSQL Wire Protocol and strictly follow ISO8601. This PR improves Superset integration with such databases.

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