From: Michael E. <men...@ka...> - 2003-06-16 12:43:57
|
Hey all, Does anyone have the correct python format pattern for creating datetime strings from either mx.DateTime objects or date strings ('10/10/2003') for OpenLDAP. i know it's in zulu format but I'm wondering if there is any format strings out there that are already tested so I don't have to figure it out. I need to be able to test dates by <= comparison so I need them in the correct format.\ I did a cursory search through the python-ldap code and didn't find anything. Thanks Mike |