Skip to content

TimeUnit working also on Java 6!

Compare
Choose a tag to compare
@rocboronat rocboronat released this 07 Jun 23:08
· 62 commits to master since this release

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!