Malcom,
Thanks a lot for help
So, to sum up

type of    resolve_variable(EndTime, context)-datetime.datetime.now()
is 'datetime.timedelta'
type of     resolve_variable(EndTime, context) is 'datetime.datetime'
type of    datetime.datetime.now() is 'datetime.datetime'

 and
value of    resolve_variable(EndTime, context)-datetime.datetime.now()
is   20:58:52.313000
value of     resolve_variable(EndTime, context) is    2006-08-10
12:56:00
value of    datetime.datetime.now() is      2006-08-11 15:57:07.687000

from that above I would expect
that
resolve_variable(EndTime, context)>datetime.datetime.now()
should be FALSE but it works as if it were TRUE.

Can you please help how to find out why it works in such way?
Thank you
B


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to