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

Details

    • Verified

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: