Uwe Mayer skrev:

> Hi,
> 
> I've got a ISO 8601 formatted date-time string which I need to read
> into a datetime object.

Look up time.strptime, it does exactly what you want.
-- 
Leif Biberg Kristensen
http://solumslekt.org/
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to