Is it possible to manually specify the Created date of an image?

when running docker build, I’d like to manually set the date which shows up when running docker inspect -f '{{ .Created }}' image_name

is this possible?