diff --git a/curriculum/challenges/english/05-back-end-development-and-apis/back-end-development-and-apis-projects/timestamp-microservice.md b/curriculum/challenges/english/05-back-end-development-and-apis/back-end-development-and-apis-projects/timestamp-microservice.md index 24842b2cb15..3e27c394639 100644 --- a/curriculum/challenges/english/05-back-end-development-and-apis/back-end-development-and-apis-projects/timestamp-microservice.md +++ b/curriculum/challenges/english/05-back-end-development-and-apis/back-end-development-and-apis-projects/timestamp-microservice.md @@ -16,6 +16,8 @@ Build a full stack JavaScript app that is functionally similar to this: - $.get(getUserInput('url') + '/api/05 October 2011').then( + $.get(getUserInput('url') + '/api/05 October 2011, GMT').then( (data) => { assert( data.unix === 1317772800000 &&