There is currently no way to do this. If you know Javascript, you could try changing the function call for the current date to a hard coded date.
More specifically, look for some call of "new Date()" and change it to, for example: "new Date('1995-12-17T00:00:00')"
You could also change the system time on your computer, but you might have problems with security certificates that are then out of date.