TimeUnit working also on Java 6!
This is the happy version that includes the TimeUnit powered methods also on Java 6. So, you wouldn't need to remember where to pass millis, where to pass seconds... you can also work with HOURS without doing the usual 42*1000*60*60
Incredible!