<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#c15">Comment # 15</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:ajohnson@redneon.com" title="Adrian Johnson <ajohnson@redneon.com>"> <span class="fn">Adrian Johnson</span></a>
</span></b>
        <pre>(In reply to Albert Astals Cid from <a href="show_bug.cgi?id=94173#c11">comment #11</a>)
<span class="quote">> Also are you guys sure returning the time in UTC is the right thing instead
> of returnin time+timezone information?</span >

I did some testing with PDFs containing dates in different time zones.

Test PDF contains the time and zone: 09:25:03+2:00

Without the fix the displayed time is "09:25:03 ACDT". This is incorrect as it
is ignoring the timezone in the PDF and showing only the time part. Even worse
it is now claiming this time is in my timezone.

With the fix the displayed time is "17:55:03 ACDT". This is correct. The PDF
time has been correctly converted to my timezone (+10:30).

If PDF viewers want to display "09:25:03+2" to the user we could add an
additional API function that returns both the localtime (as stored in the PDF)
and timezone.</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>