Re: strptime and microseconds

2007-10-19 Thread mathieu
On Oct 18, 10:54 pm, Gabriel Genellina <[EMAIL PROTECTED]> wrote: > On 18 oct, 13:46, mathieu <[EMAIL PROTECTED]> wrote: > > > > > On Oct 18, 6:36 pm, mathieu <[EMAIL PROTECTED]> wrote: > > > > I am trying to use strptime to parse my microseconds but I was not > > > > able the documentation for i

Re: strptime and microseconds

2007-10-18 Thread Gabriel Genellina
On 18 oct, 13:46, mathieu <[EMAIL PROTECTED]> wrote: > On Oct 18, 6:36 pm, mathieu <[EMAIL PROTECTED]> wrote: > > > I am trying to use strptime to parse my microseconds but I was not > > > able the documentation for it. The only list I found was: > Ok final version is simply: > > s1 = "20070619"

Re: strptime and microseconds

2007-10-18 Thread mathieu
On Oct 18, 6:36 pm, mathieu <[EMAIL PROTECTED]> wrote: > On Oct 18, 6:00 pm, mathieu <[EMAIL PROTECTED]> wrote: > > > > > Hi there, > > > I am trying to use strptime to parse my microseconds but I was not > > able the documentation for it. The only list I found was: > > > http://docs.python.org/

Re: strptime and microseconds

2007-10-18 Thread mathieu
On Oct 18, 6:00 pm, mathieu <[EMAIL PROTECTED]> wrote: > Hi there, > > I am trying to use strptime to parse my microseconds but I was not > able the documentation for it. The only list I found was: > > http://docs.python.org/lib/module-time.html > > So I can get seconds with %S, but nowhere is

strptime and microseconds

2007-10-18 Thread mathieu
Hi there, I am trying to use strptime to parse my microseconds but I was not able the documentation for it. The only list I found was: http://docs.python.org/lib/module-time.html So I can get seconds with %S, but nowhere is there a microsecond symbol... Thanks for pointer to doc, -Mathieu