Is there a built-in method for converting a date to a datetime in Python, for example getting the datetime for the midnight of the giv
date
datetime
You can use easy_date to make it easy:
import date_converter my_datetime = date_converter.date_to_datetime(my_date)