Changed Date Time Hour Behind.

4
When i change a object the change date changes, however it is an hour behind. I have checked the web server time and it is set to GMT + 1 and i have also checked the time of the sql server and my computer all of which are set to GMT + 1. But it seems that mendix is putting the change time as GMT, so an hour behind. Is there something i need to change? How does the changedate get its time from?
asked
1 answers
4

The changedDate is set to a "new Date()" object in java, this should always reflect the time that the OS thinks it is.

So, it seems as if either the OS or the java runtime you're using thinks it's a different timezone. I did a little googling and came up with this utility

Hope that works :)

answered