<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - return dates in UTC format"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94173#c25">Comment # 25</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - return dates in UTC format"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=94173">bug 94173</a>
              from <span class="vcard"><a class="email" href="mailto:jakubkucharski97@gmail.com" title="Jakub Kucharski <jakubkucharski97@gmail.com>"> <span class="fn">Jakub Kucharski</span></a>
</span></b>
        <pre>Oh, I've just realised we actually have such a function in core.
pdfTimeToInteger() in poppler/DateInfo.cc. So this function should be fixed
just as poppler_date_parse(). And then glib's poppler_date_parse() and cpp's
detail::convert_date() should just call pdfTimeToInteger(). Or we could remove
glib's poppler_date_parse() altogether (it is used in just 2 places) and leave
cpp's detail::convert_date() just for converting time_t to time_type. I can do
that if Adrian doesn't want to. (It would replace the glib patch.)</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>