This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients Paul Pinterits, martin.panter, r.david.murray
Date 2017-04-03.17:49:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491241776.97.0.357486862196.issue29964@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, that's exactly right.  'time' is a low-level os-function wrapper, and inherits many of the deficiencies of the platform.  datetime attempts to be a more comprehensive, portable solution.  (But even it has its quirks...timezones are *hard*.)
History
Date User Action Args
2017-04-03 17:49:37r.david.murraysetrecipients: + r.david.murray, martin.panter, Paul Pinterits
2017-04-03 17:49:36r.david.murraysetmessageid: <1491241776.97.0.357486862196.issue29964@psf.upfronthosting.co.za>
2017-04-03 17:49:36r.david.murraylinkissue29964 messages
2017-04-03 17:49:36r.david.murraycreate