On Tuesday, August 17, 2010 5:11pm, "Craig" <[email protected]> said: > How mature is storm?
I use storm all the time and find it quite mature and stable. What's not mature is the documentation :-) > So - how does a person convert a DateTime into a readable string? I > cannot even find a list of valid attributes of the DateTime class. Is > there one? A DateTime property gets returned as a standard Python datetime object, which has lots of ways of producing a printable representation. See the table in the Storm manual, in the "Table of properties vs. python vs. database types" section. Dan
-- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
