Back End Development and APIs Projects - Timestamp Microservice

Tell us what’s happening:
Describe your issue in detail here.
I’m having trouble complete the last two criteria:
" * An empty date parameter should return the current time in a JSON object with a unix key

  • Failed:An empty date parameter should return the current time in a JSON object with a utc key"

I believe there may be a bug in the FCC testing platform. Are you able to assist with this issue? I’ve tried solving this problem multiple way, all to no avail.

Your project link(s)

solution: boilerplate-project-timestamp - 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 - Timestamp Microservice

Link to the challenge:

Sorry, this is not bug in the test.

I forked and tested your project and all tests passed. While these tests are fairly permissive, this likely indicates a time or timezone misconfiguration on your computer since the tests are run in your browser and this test uses the local computer’s time.

Okay thanks. I’ll change the timezone locally and try again.

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