Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8185496 Improve performance of system properties initialization in initPhase1
  3. JDK-8213629

Release Note: Initial Value of user.timezone System Property Changed

XMLWordPrintable

    • Verified

      The initial value of the ```user.timezone``` system property is undefined unless set using a command line argument, for example, ```-Duser.timezone="America/New_York"```. The first time the default timezone is needed, if `user.timezone` is undefined or empty the timezone provided by the operating system is used. Previously, the initial value was the empty string. In JDK 12, `System.getProperty("user.timezone")` may return null.

            rriggs Roger Riggs
            rriggs Roger Riggs
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: