Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #67734 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2014-03-05 08:55 +1100 |
| Last post | 2014-03-05 08:55 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: Proper conversion of timestamp Chris Angelico <rosuav@gmail.com> - 2014-03-05 08:55 +1100
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-03-05 08:55 +1100 |
| Subject | Re: Proper conversion of timestamp |
| Message-ID | <mailman.7751.1393970146.18130.python-list@python.org> |
On Wed, Mar 5, 2014 at 8:46 AM, Igor Korot <ikorot01@gmail.com> wrote: >> Are you using Python 2? If yes, then try dividing by 1000.0. > > > Yes, I'm using python 2.7. > But dividing by 1000 will give the precision in seconds, i.e. "YYYY-MM-DD > HH:MM:SS". Did you notice the bit at the end there? Try dividing by 1000.0, see if that's any different. ChrisA
Back to top | Article view | comp.lang.python
csiph-web