Message10379

Author zyasoft
Recipients DanglingPointer, zyasoft
Date 2015-10-24.03:23:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445656987.94.0.594543463307.issue2411@psf.upfronthosting.co.za>
In-reply-to
Content
The hybridization solution is not a good idea:

1. We are essentially lying about the wall clock time.

2. Consider clock drift over a long running process.

So let's not do that.

For Java 8 and later, we should use java.time.Instant.now so that we can access all available precision, so we should address this in a future release, ideally 2.7.2.

Users who want the suggested "hybrid" approach can construct datetime objects with the desired level of precision through their own functions outside of the Jython standard library.
History
Date User Action Args
2015-10-24 03:23:07zyasoftsetmessageid: <1445656987.94.0.594543463307.issue2411@psf.upfronthosting.co.za>
2015-10-24 03:23:07zyasoftsetrecipients: + zyasoft, DanglingPointer
2015-10-24 03:23:07zyasoftlinkissue2411 messages
2015-10-24 03:23:07zyasoftcreate