From b34bbe48d7be4cb5291025b98ddd3c986d17b11a Mon Sep 17 00:00:00 2001 From: Timur Date: Wed, 1 Dec 2021 20:17:18 +1000 Subject: [PATCH] fix(curriculum): Made `Timestamp Microservice` project tests sort of "timezone aware" (#43939) --- .../timestamp-microservice.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 24842b2cb1..3e27c39463 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 &&