Back End Development and APIs Projects - Timestamp Microservice

Hello everyone,

I couldn’t solve the problem. It seems that everything is okay but when I submit the project below section is not accepted.

  • A request to /api/1451001600000 should return { unix: 1451001600000, utc: "Fri, 25 Dec 2015 00:00:00 GMT" }

Could you please help me :slight_smile:

Your project link(s)

solution: https://replit.com/@kuzeyerkan/boilerplate-project-timestamp

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36

Challenge: Back End Development and APIs Projects - Timestamp Microservice

Link to the challenge:

The unix value should of type Number.

Your response

{"unix":"1451001600000","utc":"Fri, 25 Dec 2015 00:00:00 GMT"}

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.