Tag Archives: mxdatetime

Fun with SQLObject and mxDateTime

I’m working on a small CherryPy web service that among other things saves timestamps to a database. The timestamp is in RFC 3339 format (like 2007-07-31T16:05:00.000-05:00), and I needed to store the timezone. Luckily mxDateTime and SQLObject’s DateTimeCol both support … Continue reading

Posted in Open Source, Python, SQL, Technology | Tagged , , , , | 1 Comment