I have a python script which I need to compare two dates. I have a list dates as time.struct_time objects which I need to compare to a few datetime.date objects.
How do I convert the datetime.date objects into a time.struct_time objects? Or can I just use them as is for comparison?