**Hi every one ...
Excuse me ,I am of a question , but I don't know what is it it's subject to ask..
I wanna know that when the System.currentTimeMillis() in java will became zero , I mean when it will start again ?**
**Hi every one ...
Excuse me ,I am of a question , but I don't know what is it it's subject to ask..
I wanna know that when the System.currentTimeMillis() in java will became zero , I mean when it will start again ?**
scala> new Date(Long.MAX_VALUE)
res1: java.util.Date = Sun Aug 17 07:12:55 GMT 292278994
So System.currentTimeMillis()
will become negative in the early morning of Sunday August 7th, 292278994. It will take the same amount of time again (since the beginning of time in 1970) to get back to zero, i.e. some time in the year 584556019.