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


Groups > comp.lang.python > #65901 > unrolled thread

Re:Get a datetime with nanoseconds

Started byDave Angel <davea@davea.name>
First post2014-02-11 06:36 -0500
Last post2014-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.


Contents

  Re:Get a datetime with nanoseconds Dave Angel <davea@davea.name> - 2014-02-11 06:36 -0500

#65901 — Re:Get a datetime with nanoseconds

FromDave Angel <davea@davea.name>
Date2014-02-11 06:36 -0500
SubjectRe: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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web