<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - toLocaleDateString() resolves incorrect date for some old dates"
   href="https://bugs.webkit.org/show_bug.cgi?id=161623">161623</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>toLocaleDateString() resolves incorrect date for some old dates
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>WebKit
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>WebKit Nightly Build
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>OS X 10.11
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>Normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P2
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>JavaScriptCore
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>webkit-unassigned&#64;lists.webkit.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>medikoo+webkit.org&#64;medikoo.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Running following:

(new Date(1969, 8, 26)).toLocaleDateString()

Results with:

&quot;9/25/1969&quot;

While it should result with:

&quot;9/26/1969&quot;

It goes up to around 1977:

<span class="quote">&gt; (new Date(1977, 8, 26)).toLocaleDateString()</span >
&lt; &quot;9/25/1977&quot;
<span class="quote">&gt; (new Date(1978, 8, 26)).toLocaleDateString()</span >
&lt; &quot;9/26/1978&quot;

Same issue affects V8, although it gets dates after 1970 right -&gt; <a href="https://bugs.chromium.org/p/v8/issues/detail?id=5353">https://bugs.chromium.org/p/v8/issues/detail?id=5353</a>
No such issue is observed on Firefox.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>