All images are built with the build date in 1980 (42 years ago)

Dear team,

I am working on a build pipeline which makes use of the Auto DevOps features. Right now, all build dates of all images in the registry are the same - year 1980. I am worried that it will confuse to the users of the pipeline.

The CNB pack command already contains a --creation-time string argument:

https://buildpacks.io/docs/tools/pack/cli/pack_build/#options

The argument allows to arbitrarily set the build date and it is later propagated as a SOURCE_DATE_EPOCH environment variable to the underlying tools.

Is there a chance that we could handle setting the build date to now in a similar way here? My guess is that it could be an extra variable here:

https://docs.gitlab.com/ee/topics/autodevops/customize.html#build-and-deployment

Thank you!