I noticed with the java version "1.7.0.06" the function call to System.currentTimeMillis() is a second ahead of the date of the system.
In a thread is always active(Ex: Servlet) everyday the difference between the system date and the date retrieved by the function System.currentTimeMillis() from the JVM increases by one second.
Has anyone encountered the same problem?
Andrea