Re: Converting a time string to a more readable date, time

2008-10-27 Thread Scott David Daniels
Thierry Lam wrote: I have a python time string which has the following value: 1225137896 The above corresponds to 2008/10/27 16:04:56 What can I use to convert 1225137896 to a more readable date, time format? (1) Read Smart Questions [you could at least have told us where this number came f

Re: Converting a time string to a more readable date, time

2008-10-27 Thread Benjamin Kaplan
On Mon, Oct 27, 2008 at 4:45 PM, Thierry Lam <[EMAIL PROTECTED]> wrote: > I have a python time string which has the following value: > > 1225137896 > > The above corresponds to 2008/10/27 16:04:56 > > What can I use to convert 1225137896 to a more readable date, time > format? > -- >>> from date