Back End Development and APIs Projects - Exercise Tracker

I have a problem with
The date property of any object in the log array that is returned from GET /api/users/:_id/logs should be a string. Use the dateString format of the Date API. test.

My exact code passed that test a few hours ago but it is not passing now and I’ve been trying it for three hours and still not passing.

Can someone please help me how to do this?

Your project link(s)

solution: boilerplate-project-exercisetracker - Replit

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36

Challenge: Back End Development and APIs Projects - Exercise Tracker

Link to the challenge:

It appears to be the timezone offset issue, about which there are many posts in the forums. I just forked and tested your project and the test in question passed, but two others (unrelated) did not.

2 Likes

At that time I haven’t done the last one but now I passed all test.

This is your second time helping me solve problems.
Thanks you so much!