python - Convert MongoEngine's ComplexDateTimeField to an ISO date time format -
what's best way convert mongoengine complexdatetimefield iso8601 date time format?
update: per @scanny's request, can find source code mongoengine's complexdatetimefield here , illustration of iso 8601 date time 1994-11-05t08:15:30-08:00.
update 2 (problem solved): trying solve problem in context of code snippit. when posted question, wasn't able line #58 working data.isoformat() able datetimefield. nevertheless, problem solved.
python flask mongoengine
No comments:
Post a Comment