Re: [Zope] Re: [Zope-dev] Datebug?

2000-07-21 Thread Bill Anderson

Peter Arvidsson wrote:
> 
> >
> >
> > try this:
> >
> > ">
> >
> > I think it's a round problem with the float representation of the date.
> >
> > martin
> 
> Since it is adding 24 hours 

Are you _sure_ it is adding 24 hours? The string you gave only shows
date, not time. Try showing the time as well, and see what happens. I
had a similiar problem once, thought this might be of some use.


--
Do not meddle in the affairs of sysadmins, for they are easy to annoy,
and have the root password.

___
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 )




[Zope] Re: [Zope-dev] Datebug?

2000-07-21 Thread Peter Arvidsson

>
>
> try this:
>
> ">
>
> I think it's a round problem with the float representation of the date.
>
> martin

Since it is adding 24 hours there is not enough to add 0.5 to the date. I
could add 1 to the date but then I would get other problems on my site which
is not good. I have reported the bug now and I hope they can resolve it
quickly.


___
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 )