static int seconds() { ret seconds(Calendar.getInstance()); } static int seconds(Calendar c) { ret c.get(Calendar.SECOND); }