diff --git a/client/modules/IDE/components/SketchList.js b/client/modules/IDE/components/SketchList.js index 718a1849..5d2a759e 100644 --- a/client/modules/IDE/components/SketchList.js +++ b/client/modules/IDE/components/SketchList.js @@ -35,8 +35,8 @@ class SketchList extends React.Component { {this.props.sketches.map(sketch => {sketch.name} - {moment(sketch.createdAt).format('MMM D, YYYY')} - {moment(sketch.updatedAt).format('MMM D, YYYY')} + {moment(sketch.createdAt).format('MMM D, YYYY h:mm:ss A')} + {moment(sketch.updatedAt).format('MMM D, YYYY h:mm:ss A')} )}