Hi Mark,
I just got a Facebook Memory come up of the conference in Providence Rhode Island, happy times!
Regards the Date Time issue in SQL, solution might be to format the date or time column to match the format defined in the AwareIM definition of the attribute. In mySql that is something like DATE_FORMAT(myDate, "%d/%M/%Y") if your AwareIM date attribute is formatted dd/MM/yyyy.