Make applet taking the server time?
I made an applet that is actually a clock. It measures the time in different time zones by adding or substracting from the time it gets from my computer(winXP with Apache 2). The problem is that when someone else uses it, the applet already takes the current time from his computer, so the measurements it makes are not true. Is there a way to always make it take the time from the server machine(my machine) when it's opened from another computer?

