Posted By:
Christopher_Schultz
Posted On:
Wednesday, May 23, 2001 11:23 AM
If you want to get the current time on your own system, you can do
System.currentTimeMillis(), but that won't help you on the server side.
It the server is running a "time server" or "time daemon" (you can verify this using a UNIX client and typing "rdate [hostname]" at the command line), you might be able to connect to that to find out what time it is on that server.
-chris