This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Does any body knows how to get TAI using Java?
I know Java gives UTC time stamps. But I need a time stamp using TAI (considering leap seconds).
Steve Allen
Greenhorn
Joined: Aug 13, 2011
Posts: 1
posted
0
before deciding to use TAI have a look at http://www.ucolick.org/~sla/leapsecs/timescales.html#TAI and in particular document CCTF/09-27 where it is evident that the folks who provide TAI do not want it used for these sorts of applications
Out of curiousness: for what kind of application do you need that?
@Steve
Thank you for sharing that as your first post and welcome to the JavaRanch!
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." --- Martin Fowler
Please correct my English.
Henadeerage Henadeera
Greenhorn
Joined: Aug 13, 2011
Posts: 10
posted
0
Wouter Oet wrote:Out of curiousness: for what kind of application do you need that?
@Steve
Thank you for sharing that as your first post and welcome to the JavaRanch!
At this moment I wanna implement TAI.
How can I get javax.time.UTCInstant package ???