[Zope] Problem with zopetime

Evan Simpson evan@4-am.com
Sat, 02 Oct 1999 10:01:45 -0500


One of these calls...

"Morten W. Petersen" wrote:

>         <!--#call
> "REQUEST.set('hol_piece_starttimeperiod',_.int(ZopeTime(_.int(hol_piece_stp_year),
> _.int(hol_piece_stp_month),_.int(hol_piece_stp_day),0,0,0,timezone)))"-->

... is not like the other ...

>         <!--#call
> "REQUEST.set('hol_piece_endtimeperiod',ZopeTime(hol_piece_etp_year,
>                 hol_piece_etp_month,hol_piece_etp_day,0,0,0,timezone))"-->

... and that's why one doesn't work (hint: int)