<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Dates imported incorrectly from dbf file"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125878#c4">Comment # 4</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Dates imported incorrectly from dbf file"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=125878">bug 125878</a>
              from <span class="vcard"><a class="email" href="mailto:serval2412@yahoo.fr" title="Julien Nabet <serval2412@yahoo.fr>"> <span class="fn">Julien Nabet</span></a>
</span></b>
        <pre>Taking a look to
<a href="http://www.independent-software.com/dbase-dbf-dbt-file-format.html">http://www.independent-software.com/dbase-dbf-dbt-file-format.html</a>, I used
online hexa editor and applied high end first:
for date: 0025840C -> 2458636
Using 2458636 in <a href="https://aa.usno.navy.mil/data/docs/JulianDate.php">https://aa.usno.navy.mil/data/docs/JulianDate.php</a> gives:
First June of 2019

for time: 03AA7618 -> 61503000
Using algo from the first page quoted indeed gives:
17h05m03

Perhaps we should check lcl_CalcJulDate and lcl_CalDate from
connectivity/source/drivers/dbase/DTable.cxx</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>