Quite simple newbie question:
What is the object used in python to specify date (and time) in Python?
For instance, to create an object that holds a given date a
Look at the datetime module; there are datetime, date and timedelta class definitions.