Hello,

->>>> I'm using the following code.

<dtml-with ZopeTime>
   <dtml-var " '%s' % strftime('%A')" capitalize> 
   <dtml-var "'This is %s, %s/%s/%i , %s' % (Day(), dd(), mm(), year(),
TimeMinutes())" capitalize>
</dtml-with>

->>>> I've this problem:  At 22:00 hs, this code give me the following
results:

Quinta 
This is Wednesday, 19/10/2000 , 22:13

->>> The first <dtml-var ...> give me the next Day always !!!! 
->>> I'm starting my Zope with option -L pt_BR. 


Any comments or help?
Thanks in advance.

Marcus Mendes

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to