Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #65901 > unrolled thread
| Started by | Dave Angel <davea@davea.name> |
|---|---|
| First post | 2014-02-11 06:36 -0500 |
| Last post | 2014-02-11 06:36 -0500 |
| 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:Get a datetime with nanoseconds Dave Angel <davea@davea.name> - 2014-02-11 06:36 -0500
| From | Dave Angel <davea@davea.name> |
|---|---|
| Date | 2014-02-11 06:36 -0500 |
| Subject | Re:Get a datetime with nanoseconds |
| Message-ID | <mailman.6662.1392118386.18130.python-list@python.org> |
Igor Korot <ikorot01@gmail.com> Wrote in message: > Construct a datetime. timedelta object, and add it to your datetime. mytime += datetime. timedelta (microseconds=nano//1000) -- DaveA
Back to top | Article view | comp.lang.python
csiph-web