Re: [Tutor] I need a time object from the future

2006-10-20 Thread Kent Johnson
William O'Higgins Witteman wrote: > I've been looking into this, and I am not understanding how to get this > task done. I need to be able to look at a time object and know if it si > between now and a set point 120 days in the future. I can get a value > for now (currently I am using datetime.da

Re: [Tutor] I need a time object from the future

2006-10-20 Thread Dave Kuhlman
On Fri, Oct 20, 2006 at 11:55:39AM -0400, William O'Higgins Witteman wrote: > I've been looking into this, and I am not understanding how to get this > task done. I need to be able to look at a time object and know if it si > between now and a set point 120 days in the future. I can get a value >

Re: [Tutor] I need a time object from the future

2006-10-20 Thread Carlos Hanson
On Fri, October 20, 2006 8:55 am, William O'Higgins Witteman wrote: > I've been looking into this, and I am not understanding how to get > this task done. I need to be able to look at a time object and know > if it si between now and a set point 120 days in the future. I can > get a value for n