New Date(date_string) project issue (Backend)

Tell us what’s happening:
Describe your issue in detail here.
I’ve been studying and working on this for a few hours now, i have been able to complete and pass all 7 other tests with this last one failing. My dealings and understandings of this particular project are that I feel a bit mislead here.

Your project can handle dates that can be successfully parsed by
new Date(date_string)

If they wanted a particular variable set and to follow why not include that in the git repo…
Also the repli starter does not work and assumes missing modules errors.

Any help with what I may be doing wrong would be greatly appreciated, thank you!

Your project link(s)

live solution: Glitch :・゚✧

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14695.107.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36

Challenge: Timestamp Microservice

Link to the challenge:

How does your app handle the following date which is a valid input to new Date?

05 October 2011

1 Like

{“unix”:5,“utc”:“Thu, 01 Jan 1970 00:00:00 GMT”}

ohh i see where this could have gone wrong

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