Error with /test/generic/check_date

What happens

Error with the step “check_date”:

─────────────────────────────────── Running ────────────────────────────────────

338chall\sol(code): #0 codeabbey, 133 (10.25)

339[INFO] Checking date

340[ERROR] Incorrect date in code/codeabbey/133/ramoncolblan.yml

What do you understand or find about that problem

The problem is with the date although the date is correct according to the documentation

You make any workaround? What did you do?

I waited some time and try again with a diferent date and hour but the issue persist

(Optional) Why fails your workaround?

Explain why fails your workaround.

Evidences

(https://gitlab.com/autonomicjump/challenges/-/commit/90da5bcbca1e8904b51286454cca37f156ff7f26)
https://gitlab.com/autonomicjump/challenges/-/jobs/5051257159

commit 90da5bcbca1e8904b51286454cca37f156ff7f26 (HEAD → ramoncolblan, origin/ramoncolblan)
Author: Ramon Colmenares ramon.colblan@gmail.com
Date: Sat Sep 9 01:23:16 2023 -0500

chall\sol(code): #0 codeabbey, 133 (10.25)

- Raku solution

YML: date: ‘2023-09-09 06:23:16Z’

I need help with

I need help with this issue, I see that the date of the commit is Sat Sep 9 01:23:16 2023 -0500 since I’m in Colombia and we have to send the hour in UTC format, I put on the yml the following value:

date: ‘2023-09-09 06:23:16Z’

And I don’t see the problem, if anyone can help me would be great.

Hi!

You need to use double quotes in the date.

Regards,

1 Like