datetime in microseconds

2007-08-20 Thread mroeloffs
Hi I have a time in microseconds, for example 0x8C905CBA7F84AF4. I want this to a normal view in hh:mm:ss DD:MM:. I tried with datetime, but it only takes a max of 100 microseconds is there another solution? -- http://mail.python.org/mailman/listinfo/python-list

Re: datetime in microseconds

2007-08-20 Thread mroeloffs
On Aug 20, 3:15 pm, John Machin <[EMAIL PROTECTED]> wrote: > On Aug 20, 9:52 pm, [EMAIL PROTECTED] wrote: > > > Hi I have a time in microseconds, for example 0x8C905CBA7F84AF4. I > > want this to a normal view in hh:mm:ss DD:MM:. I tried with > > datetime, but it only takes a max of 100 mic

Re: datetime in microseconds

2007-08-20 Thread mroeloffs
On Aug 20, 4:17 pm, [EMAIL PROTECTED] wrote: > On Aug 20, 3:15 pm, John Machin <[EMAIL PROTECTED]> wrote: > > > > > On Aug 20, 9:52 pm, [EMAIL PROTECTED] wrote: > > > > Hi I have a time in microseconds, for example 0x8C905CBA7F84AF4. I > > > want this to a normal view in hh:mm:ss DD:MM:. I trie