sS formatDateWithMinutes(long time, TimeZone tz) { ret simpleDateFormat("yyyy/MM/dd HH:mm", tz).format(time); }