SYMPTOM:
Users with a Denodo database set up may notice incorrect SQL is being generated in objects the utilize the Strategy Date function.
Note the wrong format in the To_Date function:
"...and a11.`month_year` >= TO_DATE('MM/DD/YYYY HH:MM:SS','03/17/2013 00:00:00'))"
"...and a11.`month_year` >= TO_DATE('MM/dd/yyyy HH:mm:ss','03/17/2013 11:48:00')"