Re: How do you preserve time values with date.datefromtimestamp()

2010-09-15 Thread Cameron Simpson
On 15Sep2010 22:31, Rodrick Brown wrote: | I'm doing something like | | >>> today = datetime.date.fromtimestamp(1284584357.241863) | >>> today.ctime() | 'Wed Sep 15 00:00:00 2010' | | Why isn't the time field being populated what I expect is to see something | like Wed Sep 15 2010 16:59:17:24186

How do you preserve time values with date.datefromtimestamp()

2010-09-15 Thread Rodrick Brown
I'm doing something like >>> today = datetime.date.fromtimestamp(1284584357.241863) >>> today.ctime() 'Wed Sep 15 00:00:00 2010' Why isn't the time field being populated what I expect is to see something like Wed Sep 15 2010 16:59:17:241863 -- [ Rodrick R. Brown ] http://www.rodrickbrown.com ht