Pipeline /test/generic/check_date

What happens

I’m getting that my date is incorrect. I’m in Colombia, so I’m adding +5 hours to the date that I see in the git log but I’m still getting that error.

What do you understand or find about that problem

I was reading the documentation, and I’m following the steps that are being mentioned.

You make any workaround? What did you do?

Even I deleted my whole branch and created a new one, but I’m still getting the error.

Pipeline output:

Git log:

My yaml file:

regards.

If it looks a bit strange though it could be that you are somehow editing the commit so change the commit time.

For my part I use the following command after modifying the date of my yml.

git commit --amend --no-edit

Hi, see this format and compare with your yaml file.

https://gitlab.com/autonomicjump/challenges/-/blob/master/code/codeabbey/025/jmesa85.yml

Yeah, I’m using git commit --ammend --no-edit to add the commit time. I don’t understand why I’m getting this error.

I can see that my date is inside ' and in the file that you shared me is inside " I’ll try with this.

Thank you.