Question
MySql timestamp data type issue
Using ColdFusion 8 and MySql 5.0.77
For any of my innoDB tables with columns of data type "timestamp" with or without default values, I get a .0 concatenated to the end. This does not display when viewing data from within MySql Administrator only once it's in ColdFusion.
Example:
2009-11-04 17:39:35.0
it should be:
2009-11-04 17:39:35
I've done some googling but can't seem to find what is causing this.
