Hello Dhananjay,
>>> Here is code
>>> def _setCookie(
self, bid, REQUEST, remove=0, now=time.time, strftime=time.strftime,
gmtime=time.gmtime
):
""" """
expires = None
if remove:
expires = "Sun, 10-May-1971 11:59:00 GMT"
elif self
On Thu, Nov 10, 2011 at 5:05 PM, Shashidhar Paragonda <
shashidha...@gmail.com> wrote:
> Dear Python hackers,
>
> >>> I am facing *ValueError : **timestamp out of range for
> platform time_t
> *
> * >>> *I am working on Zope v. 2.8.11 with Python v2.4.4 on
> Debian v6.0