toISOString

This commit is contained in:
Riley Davis
2017-02-17 14:10:21 -07:00
parent 6eb4725dd9
commit 2506442453
@@ -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,