On Jul 20, 2010, at 12:26 , Alexander wrote:

> Hi, list
> 
> How with python standard library to convert string like 'YYYY-MM-DD
> mm:HH:SS ZONE' to seconds since epoch in UTC? ZONE may be literal time
> zone or given in explicit way like +0100.

If you have a sufficiently recent version of Python, have you considered 
time.strptime: http://docs.python.org/library/time.html#time.strptime ?

HTH,
Rami

-------------
Rami Chowdhury
"Never assume malice when stupidity will suffice." -- Hanlon's Razor
408-597-7068 (US) / 07875-841-046 (UK) / 0189-245544 (BD)

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to