From 2506442453877f041e401d68dc9d3a54ccbfe5ba Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Fri, 17 Feb 2017 14:10:21 -0700 Subject: [PATCH] toISOString --- client/coral-framework/graphql/mutations/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/coral-framework/graphql/mutations/index.js b/client/coral-framework/graphql/mutations/index.js index ef5359eb1..a9d08da85 100644 --- a/client/coral-framework/graphql/mutations/index.js +++ b/client/coral-framework/graphql/mutations/index.js @@ -25,7 +25,7 @@ export const postComment = graphql(POST_COMMENT, { id: ownProps.auth.user.id, name: ownProps.auth.user.username }, - created_at: new Date().toString(), + created_at: new Date().toISOString(), body, parent_id, asset_id,