Help Submitting Timestamp Microservice

Hi guys,

I think I’ve completed the project and it looks like it passes the necessary user stories when I manually test it but when I try to submit everything fails (except the test that I submitted a unique URL). Am I doing something wrong? I feel like it’s not seeing my code. Or maybe my app is really broken and I just don’t realise.

solution: https://rsheppard-timestamp-microservice.glitch.me
githubLink: GitHub - rsheppard-dev/timestamp-microservice

Your browser information:

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

Challenge: Timestamp Microservice

Link to the challenge:

Hello there,

Your unix time appears to be in seconds, rather than milliseconds. This is likely also messing up your utc time.

Hope this helps

1 Like

Thank you. That was an issue and some tests passed. There are other issues which I will work on now I know tests are working!

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