Thank you Chris.
On Sat, Feb 8, 2014 at 1:10 AM, Chris Angelico wrote:
> On Sat, Feb 8, 2014 at 8:06 PM, Igor Korot wrote:
> > P.S.: Maybe its a problem with the datetime module which formats the
> > datetime incorrectly?
>
> No, I'm pretty sure datetime.datetime really is meant to be working
On Sat, Feb 8, 2014 at 8:06 PM, Igor Korot wrote:
> P.S.: Maybe its a problem with the datetime module which formats the
> datetime incorrectly?
No, I'm pretty sure datetime.datetime really is meant to be working
with microseconds. I'm not very familiar with MySQLdb, haven't used it
in years; it
-- Forwarded message --
From: Igor Korot
Date: Sat, Feb 8, 2014 at 1:06 AM
Subject: Re: datetime formatting output
To: Chris Angelico
Chris,
On Sat, Feb 8, 2014 at 12:45 AM, Chris Angelico wrote:
> On Sat, Feb 8, 2014 at 7:40 PM, Igor Korot wrote:
> > I am rea
On Sat, Feb 8, 2014 at 7:40 PM, Igor Korot wrote:
> I am reading data from the DB (mySQL) where the datetime field is stored as:
>
> 2012-12-12 23:59:59.099
>
> When I retrieve this date I am successfully see under debugger the dateteime
> object with (2012, 12, 12, 23, 59, 59, 099)
>
> However as
Hi, ALL,
I am reading data from the DB (mySQL) where the datetime field is stored as:
2012-12-12 23:59:59.099
When I retrieve this date I am successfully see under debugger the
dateteime object with (2012, 12, 12, 23, 59, 59, 099)
However as you can see from my previous post this date shows up i