<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
&#39;item.fetcha&#39; is what kind of instance? DateTime? datetime?<br>
<br>
How to reproduce the behavior?<br>
<br>
We need something that works on any system.<br>
</blockquote><div><br> I don&#39;t know what type is. <br>How can know? <br><br></div><div> </div></div>&lt;tr tal:repeat=&quot;item container/getData&quot;&gt;<br>  &lt;td tal:content=&quot;python: item.fecha.strftime(&#39;%d-%m-%Y&#39;<div>
);&quot;&gt;09-01-2009&lt;/td&gt;<br clear="all">

  &lt;td tal:content=&quot;item/fecha&quot;&gt;2009/01/10&lt;/td&gt;<br clear="all">&lt;/tr&gt;<br><br>getData is a zsql method what connect to postgresql using zpsycopgda 2.0 conecction with enconding utf-8 serializable (with zope internal datetime option enabled and disabled) and not work :(<br>
<br>This problem happen too with ms sql server 2000 with zpyodbc. Using %d break the day.<br></div>