I am trying to identify features that occurred within a time frame of a feature with a certain field value. So if Point_Type = 1, I want to identify all features that took place within six hours of this feature. I have a date/time field for all features. I'm not real familiar with the time module in python, but I assume that module would have something to do with it. Does anyone know of a bit of code that would help me identify these features? Thanks!
Tommy Burk