Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67725

Re: Proper conversion of timestamp

Date 2014-03-04 21:38 +0000
From MRAB <python@mrabarnett.plus.com>
Subject Re: Proper conversion of timestamp
References <CA+FnnTy2zoJYzx+ExkHf8SsENppBLaQzp2zOC9WFYsLBYwK9Qg@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.7744.1393969089.18130.python-list@python.org> (permalink)

Show all headers | View raw


On 2014-03-04 20:57, Igor Korot wrote:
> Hi, ALL,
> I'm getting this:
>
> timestamp out of range for platform localtime()/gmtime() function
>
> trying to convert the timestamp with milliseconds into the datetime object.
>
> The first hit of Google gives me this:
>
> http://stackoverflow.com/questions/12458595/convert-epoch-timestamp-in-python
>
> but the solution described is not good for me since it does not gives
> me the milliseconds value.
>
> How do I get the proper datetime value including milliseconds from the
> timestamp?
>
> Thank you.
>
Are you using Python 2? If yes, then try dividing by 1000.0.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Proper conversion of timestamp MRAB <python@mrabarnett.plus.com> - 2014-03-04 21:38 +0000

csiph-web