Re: Storing milliseconds

2007-03-28 Thread Jeremy Dunck
On 3/28/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Basically, I have django create the table and the snippet from models.py > is: > > ExecutionStartDate = models.DateTimeField(verbose_name = "Start Date") > > And, then I have python load script which is loading the data with simple >

Re: Storing milliseconds

2007-03-28 Thread jeffhg58
Basically, I have django create the table and the snippet from models.py is: ExecutionStartDate = models.DateTimeField(verbose_name = "Start Date") And, then I have python load script which is loading the data with simple insert statements: The data in the input file is created = 22 Nov 2006

Re: Storing milliseconds

2007-03-27 Thread Jeremy Dunck
On 3/27/07, Jonas Maurus <[EMAIL PROTECTED]> wrote: > > On Mar 27, 7:58 pm, "jeffhg58" <[EMAIL PROTECTED]> wrote: .. > > in the database. I am using a datetime field and when I insert the > > record the milliseconds is being truncated. > > I find that strange, because Postgres doesn't natively

Re: Storing milliseconds

2007-03-27 Thread Jonas Maurus
On Mar 27, 7:58 pm, "jeffhg58" <[EMAIL PROTECTED]> wrote: > I am using a postgresql database and was wondering if anyone knew how > to store milliseconds > in the database. I am using a datetime field and when I insert the > record the milliseconds is being truncated. > > Thanks, > Jeff I find

Storing milliseconds

2007-03-27 Thread jeffhg58
I am using a postgresql database and was wondering if anyone knew how to store milliseconds in the database. I am using a datetime field and when I insert the record the milliseconds is being truncated. Thanks, Jeff --~--~-~--~~~---~--~~ You received this