These columns should be datetime , but are declared as text in the database. Update this.

Comments

baldwinlouie’s picture

Status: Active » Fixed

Changed the "created" and "updated" columns to INT and it now stores the unix timestamp. Storing unix timestamp is better than a more mysql specific datetime data type.

http://drupalcode.org/project/cloud.git/commit/7c12b81

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.