Forum Discussion
Dmitry_Nikolaev
Staff
14 years ago
Hello Florentina,
We have reproduced the behavior. We will investigate it and let you know our results.
As an alternative, you can try using the following code to change the date and time:
var SetDate = "6.22.2010";
var SetTime = "10:15"
var WshShell = new ActiveXObject("WScript.Shell");
WshShell.Exec("cmd /c date " + SetDate);
WshShell.Exec("cmd /c time " + SetTime);