I have two date/time strings:
start_date = 10/2/2010 8:00:00
end_date = 10/2/2010 8:59:00
I need to write a function to calculate if the event is in the future, in the past or if it is happening right now - I've read a fair bit of documentation but just finding it quite hard to get this to work.
I've not really done much time based calculations in Python so any help would be really appreciated!
Many thanks