in reply to faking real date/time
That all depends on how you are currently retrieving the date and time now doesn't it? You might be able to simply do something like:
#my @datetime = localtime(); my @datetime = (1, 0, 0, 1, 0, 99, 5, 0, 0); # Party like it's 1999!
|
|---|