Parsing a date-time string?

Tim Roberts timr at probo.com
Fri Dec 23 03:03:44 EST 2005


"Tim N. van der Leeuw" <tim.leeuwvander at nl.unisys.com> wrote:
>
>I want to parse strings containing date-time, which look like the
>following:
>
> "Mon Dec 19 11:06:12:333 CET 2005"
>
>That's a problem for strptime it seems, b/c I cannot find any
>format-spec for the milliseconds-part in here. (I'm also not sure about
>the validity of the tz part, but ...)

Central European Time.  GMT +1 hour.  Quite valid.
-- 
- Tim Roberts, timr at probo.com
  Providenza & Boekelheide, Inc.



More information about the Python-list mailing list