Change the date and time in wordpress

Maybe you’ld like to go to settings > general and then add a custom date format. Like d.m.1985 instead of d.m.Y

Or you write a function that subtracts the time you want from the current date.

Or you set the server time back to 1985. But that’s no good idea since it will affect other apps, mysql etc. as well.

Last but not least you could try to set up a second development environment maybe in Virtualbox and then set the OS time manually.