Paul Roberts writes: > ... DateTime(date) raises "TypeError" with "date" an SQL date type ... Try "DateTime(_.str(date))". Dieter