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
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"
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/
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
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