Hello Adrian, > I have been experimenting with DateTime columns and sqlite. I found I could > insert a datetime with tzinfo, but when I tried to retrieve it I triggered a > value error.
Do you have the traceback? > The error tracks back to _parse_time() of variables.py. There > is a TODO comment to add support for timezones. Just wondering what the > timeline is for this TODO? It depends more on we or someone else actually needing it than anything else. Right now we store all of our time-related information in UTC, and offer users the chance of configuring their preferred timezone. This isn't ideal for all uses, of course, but it works well for our needs. Also, I wonder what's the support for timezones in sqlite. I guess we'd probably have to store the datetime+tzinfo as a string. Do you have any experience with that? -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
