Proper conversion of timestamp

Chris Angelico rosuav at gmail.com
Tue Mar 4 17:03:05 EST 2014


On Wed, Mar 5, 2014 at 8:55 AM, Igor Korot <ikorot01 at gmail.com> wrote:
>
> This is because this timestamp is not in seconds, but rather in
> milliseconds.
>
> Now the question I have is: how do I properly convert this timestamp into
> the datetime object with the milliseconds?

Read elsewhere in the thread, two people have explained this already.

ChrisA



More information about the Python-list mailing list