On Sat, Aug 21, 2010 at 4:39 AM, chrille <[email protected]> wrote: > 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. >
Can you elaborate on specifically what you're doing here by providing some code? Are you saying when you store a date in the datastore it's in one format on the local development server, and when you deploy it, it's stored differently? Seeing the code you're using (or a stripped-down example) to both store and output the date would be helpful. -- Matthew Woodward [email protected] http://blog.mattwoodward.com identi.ca / Twitter: @mpwoodward Please do not send me proprietary file formats such as Word, PowerPoint, etc. as attachments. http://www.gnu.org/philosophy/no-word-attachments.html -- 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
