Inside the Servoy Server Administrator web page, it says that it is 10:55am.
When I run date in the command line on the machine the server resides on, it says it is 11:55am.
The correct time is 11:55am.
If the machine is showing me the correct time, why is it off in the Servoy Server?
That is interesting. At one customer we have the same problem. They need to start Servoy server 10 times or so until they finally get the right time. The problem in their case is the time zone rather than the time itself. So the time difference comes from UTC vs. the local time. Typically, when they start the server, it shows the right time. A reload of the main server page then all of a sudden shows UTC time. I can’t imagine Servoy playing any tricks with dates. All they probably do is a Java new Date() call. It seems that the Java Virtual Machine in these cases “freaks” out.
perhaps that’s the problem. I am running an old version of java on that machine. Perhaps if I update the version it will take care of that problem.