<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#c4">Comment # 4</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><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED DUPLICATE - return dates in utc format"
   href="show_bug.cgi?id=94035">Bug 94035</a> is the same issue. The one bug can be used to solve the issue for all
the frontends.

I agree setenv is a bad idea. The timegm() function looks like it will do the
job. On windows the equivalent function is _mkgmtime(). If we find platforms
that don't have either of these functions we could use the timegm code at:

<a href="http://www.catb.org/esr/time-programming/#_mktime_3_timelocal_3_timegm_3">http://www.catb.org/esr/time-programming/#_mktime_3_timelocal_3_timegm_3</a></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>