[Zope] ZopeTime Questions

Marcus Mendes mvmendes@emdata.com.br
Thu, 19 Oct 2000 22:19:00 +0000


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