<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>mod_time portability woes</TITLE>
</HEAD>
<BODY>
<BR>

<P><FONT SIZE=2 FACE="Arial">Doing some porting of the Jabber server to AIX. And you cats keep upping the ante on me.</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Pulled the latest release off of CVS</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">In mod_time.c, line 66</FONT>
<BR><FONT SIZE=2 FACE="Arial">xmlnode_insert_cdata(xmlnode_insert_tag(m-&gt;packet-&gt;iq,&quot;tz&quot;),tmd-&gt;tm_zone,-1);</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Which, in the Linux world, pulls up a three letter representation of the time, yet, in</FONT>
<BR><FONT SIZE=2 FACE="Arial">the JPG, it is a full textual representation (no abbreviation).</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">See:</FONT>
<BR><FONT SIZE=2 FACE="Arial">&lt;iq type=&quot;result&quot; from=&quot;hamlet@denmark&quot; to=&quot;horatio@denmark&quot; id=&quot;1001&quot;&gt; </FONT>
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT SIZE=2 FACE="Arial"> &lt;query xmlns=&quot;jabber:iq:time&quot;&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;utc&gt;20000106T06:35:29&lt;/utc&gt;</FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;tz&gt;Central European Time&lt;/tz&gt; </FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;display&gt;2000/01/06 6:35:29 AM&lt;/display&gt; </FONT>
<BR><FONT SIZE=2 FACE="Arial">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/query&gt; </FONT>
<BR><FONT SIZE=2 FACE="Arial">&lt;/iq&gt; </FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Can anyone tell me what the &quot;officially&quot; accepted timezone format is?</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">Matthew D. Diez</FONT>
</P>
<BR>

</BODY>
</HTML>