Message10370

Author zyasoft
Recipients DanglingPointer, zyasoft
Date 2015-10-22.20:51:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1445547069.45.0.951234198.issue2411@psf.upfronthosting.co.za>
In-reply-to
Content
The best we can do with Java 7 is http://docs.oracle.com/javase/7/docs/api/java/lang/System.html#currentTimeMillis(), which is what is used here, if indirectly from the Calendar class.

Java 8 can give us higher precision, though not necessarily higher accuracy (depends on the underlying clock, such as using an onboard atomic clock source that's synchronized with GPS, yes that does exist): https://docs.oracle.com/javase/8/docs/api/java/time/Instant.html

Something we can look at for 2.7.2
History
Date User Action Args
2015-10-22 20:51:09zyasoftsetmessageid: <1445547069.45.0.951234198.issue2411@psf.upfronthosting.co.za>
2015-10-22 20:51:09zyasoftsetrecipients: + zyasoft, DanglingPointer
2015-10-22 20:51:09zyasoftlinkissue2411 messages
2015-10-22 20:51:08zyasoftcreate