http://bugs.winehq.org/show_bug.cgi?id=19975
Summary: runasdate: child processes do not receive (adjusted) time Product: Wine Version: 1.1.29 Platform: PC URL: http://www.nirsoft.net/utils/run_as_date.html OS/Version: Linux Status: NEW Keywords: download Severity: minor Priority: P2 Component: -unknown AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
RunAsDate is a nifty program to run a program with a different date. In this case, I wanted to run Microsoft Money 2001 (bug 6189) without changing my system clock.
A simple testcase with notepad shows it doesn't work though: $ wine RunAsDate.exe /immediate 01/01/2001 "C:\windows\notepad.exe" In notepad, press F5. Should see your arbitrary date. Instead, you get the 'real' time.
No terminal output.