We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9b309 commit 8b62638Copy full SHA for 8b62638
packages/cubejs-schema-compiler/src/adapter/CubeStoreQuery.ts
@@ -47,7 +47,7 @@ export class CubeStoreQuery extends BaseQuery {
47
}
48
49
public timestampFormat() {
50
- return moment.HTML5_FMT.DATETIME_LOCAL_MS;
+ return 'YYYY-MM-DDTHH:mm:ss.SSS';
51
52
53
public dateTimeCast(value) {
packages/cubejs-schema-compiler/src/adapter/MysqlQuery.ts
@@ -43,7 +43,7 @@ export class MysqlQuery extends BaseQuery {
43
44
45
46
0 commit comments