Tagged Questions

0
votes
2answers
562 views

Hour difference between Linux and Windows from Java date.getHour()

I have some java code that parses a string and creates a Date object. On Linux, everything works fine, but on Windows it continuously starts at 19:00:00 rather than 00:00:00. Here is the code: ...