I am working with dhtmlxscheduler and I am sending dates to the django server for processing.
Dhtmlxscheduler provides me with the following date object, the methods
Try using python-dateutil (pip install python-dateutil)
import dateutil.parser as dt date_time_obj = dt.parse("Tue, 22 Nov 2011 06:00:00 GMT")
date_time_obj will be a datetime object