Exercise tracker question - exercise post not passed

Hello there,

This is the expected response:

    const expected = {
      username,
      description: 'test',
      duration: 60,
      _id,
      date: 'Mon Jan 01 1990'
    };

This is what your app responds with:

The issue being the date

Hope this helps