java incorrect timezone

前端 未结 9 1003
说谎
说谎 2020-12-06 02:07

I have an instance of Java which seems to be using a completely incorrect time zone. Instead of using the Australia/Sydney time zone which Windows is using, it is using the

9条回答
  •  北海茫月
    2020-12-06 02:25

    Check information on the following link: http://techtavern.wordpress.com/2010/04/15/java-and-incorrect-timezone-on-windows-xp/
    It shows, that there is a bug in JVM, causing reading incorrect default timezone from windows registry. There is no bug fix yet.

提交回复
热议问题