Hey all, turns out when I store NOW() in the gae dev server, it's stored as a string in ODBC format, but when doing the same on the GAE production environment it's, obviously stored in unix format, messing up any sorting.
Are there any good practices for handling dates. I attempted to convert all dates on the production environment by writing a script there, but that resulted in the fields being stored as strings, even if they appeared to be in an identical datetime format as those produced by GAE (yyyy-mm-dd hh:mm:ss.ms) Any ideas? /Christian -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
