<!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->packet->iq,"tz"),tmd->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"><iq type="result" from="hamlet@denmark" to="horatio@denmark" id="1001"> </FONT>
<BR> <FONT SIZE=2 FACE="Arial"> <query xmlns="jabber:iq:time"></FONT>
<BR><FONT SIZE=2 FACE="Arial"> <utc>20000106T06:35:29</utc></FONT>
<BR><FONT SIZE=2 FACE="Arial"> <tz>Central European Time</tz> </FONT>
<BR><FONT SIZE=2 FACE="Arial"> <display>2000/01/06 6:35:29 AM</display> </FONT>
<BR><FONT SIZE=2 FACE="Arial"> </query> </FONT>
<BR><FONT SIZE=2 FACE="Arial"></iq> </FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">Can anyone tell me what the "officially" accepted timezone format is?</FONT>
</P>
<P><FONT SIZE=2 FACE="Arial">Matthew D. Diez</FONT>
</P>
<BR>
</BODY>
</HTML>