I have a really strange problem about showing dates. And particulary in windows. I dont know why, when i get a Date from a query (Hibernate) it gives me one day less. when the data gets to the server the date is fine but when it gets to the client it gives one day less. For example: in the server the date is Fri Sep 24 00:00:00 1982 but when it gets to the client is Thu Sep 23 23:00:00 1982. As you can see its one difference day.
Ah and i almost forget to mention it happens on windows (Seven) as its TimeZone its UTC instead of GMT. Me and my colegues use Linux and there is no problem with it.
Is there any workaround about this?
Thanks in advance!