I think it's normal... You can convert it back to datetime : http://docs.python.org/library/datetime.html#strftime-and-strptime-behavior
Richard On Fri, Nov 4, 2011 at 11:19 AM, petrasadi <[email protected]> wrote: > I am trying to retrieve a datetime.date type out of the request.vars, > but it comes out as str > Is this normal, or is there a way to parse from str back to datetime?

