<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2653.12">
<TITLE>Possible Bug?</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>I have this problem with the POSIX functions</FONT>
</P>

<P><FONT SIZE=2>&gt;version</FONT>
<BR><FONT SIZE=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; _&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>platform i386-pc-mingw32</FONT>
<BR><FONT SIZE=2>arch&nbsp;&nbsp;&nbsp;&nbsp; x86&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>os&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Win32&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>system&nbsp;&nbsp; x86, Win32&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>status&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>major&nbsp;&nbsp;&nbsp; 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>minor&nbsp;&nbsp;&nbsp; 3.1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>year&nbsp;&nbsp;&nbsp;&nbsp; 2001&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>month&nbsp;&nbsp;&nbsp; 08&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>day&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 31&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>language R&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </FONT>
<BR><FONT SIZE=2>&gt; </FONT>
<BR><FONT SIZE=2>&gt; dates &lt;- c(&quot;11/20/2001&quot;,&quot;11/20/2001&quot;)</FONT>
<BR><FONT SIZE=2>dates &lt;- c(&quot;11/20/2001&quot;,&quot;11/20/2001&quot;)</FONT>
<BR><FONT SIZE=2>&gt; times &lt;- c(&quot;12:00:00 AM&quot;,&quot;12:00:00 PM&quot;)</FONT>
<BR><FONT SIZE=2>times &lt;- c(&quot;12:00:00 AM&quot;,&quot;12:00:00 PM&quot;)</FONT>
<BR><FONT SIZE=2>&gt; x &lt;- paste(dates,times)</FONT>
<BR><FONT SIZE=2>x &lt;- paste(dates,times)</FONT>
<BR><FONT SIZE=2>&gt; z1 &lt;- strptime(x[1], &quot;%m/%d/%Y %H:%M:%S %p&quot;)</FONT>
<BR><FONT SIZE=2>z1 &lt;- strptime(x[1], &quot;%m/%d/%Y %H:%M:%S %p&quot;)</FONT>
<BR><FONT SIZE=2>&gt; z1</FONT>
<BR><FONT SIZE=2>z1</FONT>
<BR><FONT SIZE=2>[1] &quot;2001-11-20 12:00:00&quot;</FONT>
<BR><FONT SIZE=2>&gt; z2 &lt;- strptime(x[2], &quot;%m/%d/%Y %H:%M:%S %p&quot;)</FONT>
<BR><FONT SIZE=2>z2 &lt;- strptime(x[2], &quot;%m/%d/%Y %H:%M:%S %p&quot;)</FONT>
<BR><FONT SIZE=2>&gt; z1 == z2</FONT>
<BR><FONT SIZE=2>z1 == z2</FONT>
<BR><FONT SIZE=2>[1] TRUE</FONT>
<BR><FONT SIZE=2>&gt; </FONT>
</P>

<P><FONT SIZE=2>As you can see, this is a problem, I believe...</FONT>
</P>
<BR>
<BR>

<P><FONT SIZE=2>&quot;Don't rush me, you rush a miracle, you get a rotten miracle.&quot; </FONT>
<BR><FONT SIZE=2>-Miracle Max, The Princess Bride</FONT>
</P>
<BR>

<P><FONT SIZE=2>Shawn Way</FONT>
</P>

</BODY>
</HTML>