-1

How and where to update JDK 1.6, Daylight Saving Time properties ? Kindly provide me a solution for both windows and linux platforms.

1 Answers1

2

For Linux, the timezone data for OpenJDK Java is provided (typically) by the "tzdata-java" package (or a similarly named package ... depending on your distro). Make sure that you have the most recent version of that package installed.

Alternatively, read this Oracle page about the "tzupdater" tool. This provides a system independent method for updating the timezone info in an installed Oracle JDK or JRE:

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216