luofeiyu <elearn2...@gmail.com>:

>         y=time.strptime(time_part,"%a, %d %b %Y %H:%M:%S")

As I said, whether that works depends on your locale -- according to the
reference documentation.

In practice, I couldn't get that to fail in my tests. I would be on my
guard, though. That might mean I couldn't use strptime to convert the
dates.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to