Buildin Module Python Tutorial

import datetime
print datetime.datetime.today()
d = datetime.datetime(2007,01,01)
print d