Hello
I am not really sure under which topic this should go...
I have a
java code that uses the system date. This works normally on a development server (running on Linux), however in System server (also with Linux) the system date is 2 days in advance...
I have check the dates in Linux, and they both match, so I am not sure where the issue comes from.
My question is: When using
where is Java taking the actual date from?
Cheers