//取当前时间往后5期的(2个半小时)GregorianCalendar gc = new GregorianCalendar();gc.add(Calendar.MINUTE, 150);String nextTime = StringUtil.timeToStr(gc.getTime());