Re: Storing Fractional Seconds in Oracle

2007-05-16 Thread Ian Kelly
On 5/16/07, benk <[EMAIL PROTECTED]> wrote: > > Hi, > > I was wondering if someone could shed some light on the subject of why > Oracle support in Django removes fractional seconds (milliseconds/ > microseconds) from datetime fields. That's a good question. The code to remove fractional seconds i

Storing Fractional Seconds in Oracle

2007-05-16 Thread benk
Hi, I was wondering if someone could shed some light on the subject of why Oracle support in Django removes fractional seconds (milliseconds/ microseconds) from datetime fields. In my particular scenario, I am populating an Oracle database from a separate non Django application and using Django