I am unit testing a python script and want to simulate the running of the script on different days of the month.
Is there any way to set the date/time for when launching the script from the command line?
I do not have access to change the system date/time, and would prefer to not hack the script with the dates I want to test for.
Cheers, Donal