This weekend we had the switch to DST here in my area, I have some machines running ubuntu server 16.04 with java applications.
All of them with JBOSS , POSTGRES for one application and one with GLASSFISH , MYSQL .
If I type the command #date
on the server it returns me the correct date, already set for daylight saving time, but at the time of saving the records in the applications they get the wrong date!
For example: Now it is 12:45 if I save any record in any of the applications it writes as 11:45 .
I think it's a problem with java, has anyone had it? or do you know how to solve it?
I use OPEN JDK 1.7.0_95